BillingSubscription.SubscriptionId Property

Definition

Gets the ID of the subscription.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to