Gets or sets the code of the option to use.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Code As OptionCode |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Option
Dim value As OptionCode
instance.Code = value
value = instance.Code |
| Managed Extensions for C++ | |
|---|
public: __property OptionCode get_Code();
public: __property void set_Code(
OptionCode value
); |
Property Value
An OptionCode value representing the code for the option.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also