Share via


FieldRestrictions.Field Property

Definition

Gets the name of the field. This can be a top-level property like 'name' or 'type' or an Azure Policy field alias.

[Newtonsoft.Json.JsonProperty(PropertyName="field")]
public string Field { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="field")>]
member this.Field : string
Public ReadOnly Property Field As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to