HybridConnectionDescription.UserMetadata Property
Gets or sets the user metadata associated with this instance.
Namespace: Microsoft.ServiceBus.Relay
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Syntax
public string UserMetadata { get; set; }
public:
property String^ UserMetadata {
String^ get();
void set(String^ value);
}
member UserMetadata : string with get, set
Public Property UserMetadata As String
Property Value
Type: System.String
The user metadata associated with this instance.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if the length of value is greater than 1024 characters. |
See Also
HybridConnectionDescription Class
Microsoft.ServiceBus.Relay Namespace
Return to top