Sdílet prostřednictvím


KeyVaultKeyAttributes.Created Property

Definition

Gets or sets when the key was 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to