Condividi tramite


ADGroupInner.SecurityEnabled Property

Definition

Gets or sets whether the group is security-enable.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to