次の方法で共有


ProviderShareSubscription.ExpirationDate プロパティ

定義

共有サブスクリプションの有効期限を UTC 形式で取得または設定します

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象