Partager via


InformationProtectionKeyword.CanBeNumeric Property

Definition

Gets or sets indicates whether the keyword can be applied on numeric types or not.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to