RecommendedValue Property (GcCharMaskCellType)
Gets or sets the recommended value.
public string RecommendedValue {get; set;}
'Declaration
Public Property RecommendedValue As String
'Usage
Dim instance As GcCharMaskCellType
Dim value As String
instance.RecommendedValue = value
value = instance.RecommendedValue
Property Value
A
System.String value indicates the recommended value.
The default is
System.String.Empty.