다음을 통해 공유


TenantConfigurationSyncStateContract.IsGitEnabled Property

Definition

Gets or sets value indicating whether Git configuration access is enabled.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to