次の方法で共有


SubscriptionContract.StartDate プロパティ

定義

サブスクリプションのアクティブ化日を取得または設定します。 この設定は監査のみを目的としており、サブスクリプションは自動的にアクティブ化されません。 サブスクリプションのライフサイクルは、 プロパティを使用 state して管理できます。 日付は、ISO 8601 標準で指定されている形式 yyyy-MM-ddTHH:mm:ssZ に準拠しています。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象