In This Topic
Gets or sets the underlying value assigned to the control.
Syntax
'Declaration
Public Property Value As String
'Usage
Dim instance As GcMask
Dim value As String
instance.Value = value
value = instance.Value
public string Value {get; set;}
Property Value
A
System.String value indicates the value of the mask contorl.
See Also