Gets or Sets of the Uri used to send or receive the current message.
Namespace:
Hummingbird.TestFramework.Messaging
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string Uri { get; set; }
Public Property Uri As String
Get
Set
public:
property String^ Uri {
String^ get ();
void set (String^ value);
}
member Uri : string with get, set
Property Value
Type:
StringSee Also