Share via


Microsoftgraphdomain.IsRoot Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to