In This Topic
The value of the option
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property OptionValue As String
[CanBeNull()]
public string OptionValue {get; set;}
[CanBeNull()]
public:
property String^ OptionValue {
String^ get();
void set ( String^ value);
}
See Also