Share via


IFieldState<T>.Optional Property

Definition

Test to see if field is optional which means that an unknown value is legal.

public bool Optional { get; }
member this.Optional : bool
Public ReadOnly Property Optional As Boolean

Property Value

True if field is optional.

Applies to