Share via


SensitivityLabel.Rank Property

Definition

Gets or sets the rank of the sensitivity label. Possible values include: 'None', 'Low', 'Medium', 'High', 'Critical'

[Newtonsoft.Json.JsonProperty(PropertyName="rank")]
public Microsoft.Azure.Management.Security.Models.Rank? Rank { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rank")>]
member this.Rank : Nullable<Microsoft.Azure.Management.Security.Models.Rank> with get, set
Public Property Rank As Nullable(Of Rank)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to