IFieldState<T>.Pattern Property

Definition

Regular expression for validating a string.

public string Pattern { get; }
member this.Pattern : string
Public ReadOnly Property Pattern As String

Property Value

Validation regular expression.

Remarks

This typically reflects the result of setting PatternAttribute.

Applies to