Microsoftgraphdomain.IsInitial Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to