TopicSettings::UserMetadata Property

 

Gets or sets the user metadata associated with the settings.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public:
[DataMemberAttribute(Order = 8)]
property String^ UserMetadata {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The user metadata associated with the settings.

Return to top
Show: