ImageGear .NET
ExportValue Property (ChoiceOption)




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

Property Value

The text string that is sent as the value of this choice when the field is submitted.
Exceptions
ExceptionDescription
System.ExceptionFor a RadioGroup or CheckBox, attemping to set the ExportValue to "Off" is ill-formed.
See Also

Reference

ChoiceOption Class
ChoiceOption Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback