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