ExportOptionDescription Constructor
In This Topic
Initializes a new instance of
ExportOptionDescription object.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
Optional ByVal As String, _
Optional ByVal As Object, _
Optional ByVal As String, _
Optional ByVal As IEnumerable(Of String), _
Optional ByVal As Boolean _
)
public ExportOptionDescription(
string ,
string ,
object ,
string ,
IEnumerable<string> ,
bool
)
Parameters
- name
- The name of the option.
- type
- The data type of the option.
- defaultValue
- The defualt value of the option.
- group
- The group which the option belongs to.
- allowedValues
- Thee supported values of the option.
- nullable
- Whether the value of the option can be null.
See Also