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