다음을 통해 공유


FieldRestriction.Result Property

Definition

Gets the type of restriction that is imposed on the field. Possible values include: 'Required', 'Removed', 'Deny'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to