次の方法で共有


SmartGroup.LastModifiedDateTime プロパティ

定義

スマート グループの最終更新時刻を取得します。 ISO-8601 形式でDate-Time。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象