次の方法で共有


Instruction.StartDate プロパティ

定義

この課金命令が有効になる日付を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象