Gets or sets a value indicating the string that is sent as the value of this choice
when the field is submitted.
Syntax
public string ExportValue {get; set;}
public: __property string* get_ExportValue();
public: __property void set_ExportValue(
string* value
);
'Declaration
Public Property ExportValue As String
'Usage
Dim instance As ChoiceOption
Dim value As String
instance.ExportValue = value
value = instance.ExportValue
Property Value
The text string that is sent as the value of this choice when the field is
submitted.
Exceptions
See Also