次の方法で共有


GenericResourceExpanded.CreatedTime プロパティ

定義

リソースの作成時刻を取得します。 これは、$expand クエリ パラメーターを介して要求された場合にのみ存在します。

[Newtonsoft.Json.JsonProperty(PropertyName="createdTime")]
public DateTime? CreatedTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="createdTime")>]
member this.CreatedTime : Nullable<DateTime>
Public ReadOnly Property CreatedTime As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象