Sdílet prostřednictvím


ShareSubscription.ExpirationDate Property

Definition

Gets or sets the expiration date of the share subscription.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.expirationDate")]
public DateTime? ExpirationDate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.expirationDate")>]
member this.ExpirationDate : Nullable<DateTime> with get, set
Public Property ExpirationDate As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to