Share via


CapabilityInformation.SubscriptionId Property

Definition

Gets the subscription credentials that uniquely identifies the subscription.

[Newtonsoft.Json.JsonProperty(PropertyName="subscriptionId")]
public Guid? SubscriptionId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="subscriptionId")>]
member this.SubscriptionId : Nullable<Guid>
Public ReadOnly Property SubscriptionId As Nullable(Of Guid)

Property Value

System.Nullable<System.Guid>
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to