Share via


ExportDevicesRequest.IncludeConfigurations Property

Definition

Gets or sets the value indicating whether configurations should be exported.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to