FileServer.CreationTime 속성

정의

생성 시간을 가져옵니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

FileServer를 만든 시간입니다.

적용 대상