'Declaration Public Property MinLength As Integer
'Usage Dim instance As MaskPatternFieldInfo Dim value As Integer instance.MinLength = value value = instance.MinLength
public int MinLength {get; set;}
Property Value
An System.Int32 value indicates the minimum length.The default is 1.