TopicSettings::IsAnonymousAccessible Property

 

Gets whether anonymous access is allowed.

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

public:
[DataMemberAttribute(Order = 6)]
property Nullable<bool> IsAnonymousAccessible {
	Nullable<bool> get();
	void set(Nullable<bool> value);
}

Property Value

Type: System::Nullable<Boolean>

true if anonymous access is allowed; otherwise, false.

Return to top
Show: