IFieldState<T>.Pattern Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.