OptionSetValue Constructors

Definition

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.

Applies to