Share via


InformationType.Keywords Property

Definition

Gets or sets the information type keywords.

[Newtonsoft.Json.JsonProperty(PropertyName="keywords")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.InformationProtectionKeyword> Keywords { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keywords")>]
member this.Keywords : System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.InformationProtectionKeyword> with get, set
Public Property Keywords As IList(Of InformationProtectionKeyword)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to