Share via


Subscription.Name Property

 

Gets the name of the subscription.

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

Syntax

public string Name { get; private set; }
public:
property String^ Name {
    String^ get();
    private: void set(String^ value);
}
member Name : string with get, private set
Public Property Name As String
    Get
    Private Set
End Property

Property Value

Type: System.String

The name of the subscription.

See Also

Subscription Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top