Compartir a través de


TenantConfigurationSyncStateContract.ConfigurationChangeDate Propiedad

Definición

Obtiene o establece la fecha del cambio de configuración más reciente. La fecha se ajusta al siguiente formato: yyyy-MM-ddTHH:mm:ssZ según lo especificado por el estándar ISO 8601.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.configurationChangeDate")]
public DateTime? ConfigurationChangeDate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.configurationChangeDate")>]
member this.ConfigurationChangeDate : Nullable<DateTime> with get, set
Public Property ConfigurationChangeDate As Nullable(Of DateTime)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a