Pattern Property (MaskPatternFieldInfo)
Gets the pattern of the field.
public string Pattern {get; set;}
'Declaration
Public Property Pattern As String
'Usage
Dim instance As MaskPatternFieldInfo
Dim value As String
instance.Pattern = value
value = instance.Pattern
Property Value
A
System.String value indicates the pattern.
The default is
System.String.Empty.