次の方法で共有


DeletedServiceContract.DeletionDate プロパティ

定義

サービスが論理的に削除されたときの UTC タイムスタンプを取得または設定します。 日付は、ISO 8601 標準で指定されている yyyy-MM-ddTHH:mm:ssZ の形式に準拠しています。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象