DiskExclusionProperties.IsInclusionList Property

Definition

Gets or sets flag to indicate whether DiskLunList is to be included/ excluded from backup.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to