共用方式為


SmartGroup.LastModifiedDateTime Property

Definition

Gets last updated time of smart group. Date-Time in ISO-8601 format.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to