StatusOptionMetadata 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
StatusOptionMetadata() |
Initializes a new instance of the StatusOptionMetadata class. |
StatusOptionMetadata(Int32, Nullable<Int32>) |
Initializes a new instance of the StatusOptionMetadata class. |
StatusOptionMetadata()
Initializes a new instance of the StatusOptionMetadata class.
public:
StatusOptionMetadata();
public StatusOptionMetadata ();
Public Sub New ()
Applies to
StatusOptionMetadata(Int32, Nullable<Int32>)
Initializes a new instance of the StatusOptionMetadata class.
public:
StatusOptionMetadata(int value, Nullable<int> state);
public StatusOptionMetadata (int value, int? state);
new Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata : int * Nullable<int> -> Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata
Public Sub New (value As Integer, state As Nullable(Of Integer))
Parameters
- value
- Int32
The value of the option.