OptionSetValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OptionSetValue() |
Initializes a new instance of the OptionSetValue class |
OptionSetValue(Int32) |
Initializes a new instance of the OptionSetValue class |
OptionSetValue()
Initializes a new instance of the OptionSetValue class
public:
OptionSetValue();
public OptionSetValue ();
Public Sub New ()
Applies to
OptionSetValue(Int32)
Initializes a new instance of the OptionSetValue class
public:
OptionSetValue(int value);
public OptionSetValue (int value);
new Microsoft.Xrm.Sdk.OptionSetValue : int -> Microsoft.Xrm.Sdk.OptionSetValue
Public Sub New (value As Integer)
Parameters
- value
- Int32
The option set value.