次の方法で共有


KeyVaultKeyAttributes.Created プロパティ

定義

キーがいつ作成されたかを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="created")]
public long? Created { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="created")>]
member this.Created : Nullable<int64> with get, set
Public Property Created As Nullable(Of Long)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象