Share via


InformationType.RecommendedLabelId Property

Definition

Gets or sets the recommended label id to be associated with this information type.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to