Share via


FieldRestriction.DefaultValue Property

Definition

Gets the value that policy will set for the field if the user does not provide a value.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to