Share via


TenantConfigurationSyncStateContract.IsExport Property

Definition

Gets or sets value indicating if last sync was save (true) or deploy (false) operation.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to