Aracılığıyla paylaş


InformationProtectionKeyword.Excluded Property

Definition

Gets or sets indicates whether the keyword is excluded or not.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to