AnonymousCloudCredentials.SubscriptionId Property
Gets an empty subscription Id.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public override string SubscriptionId { get; }
public:
property String^ SubscriptionId {
virtual String^ get() override;
}
override SubscriptionId : string with get
Public Overrides ReadOnly Property SubscriptionId As String
Property Value
Type: System.String
See Also
AnonymousCloudCredentials Class
Microsoft.WindowsAzure Namespace
Return to top