OptionSetMetadata 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
OptionSetMetadata() |
Initializes a new instance of the OptionSetMetadata class |
OptionSetMetadata(OptionMetadataCollection) |
Initializes a new instance of the OptionSetMetadata class |
OptionSetMetadata()
Initializes a new instance of the OptionSetMetadata class
public:
OptionSetMetadata();
public OptionSetMetadata ();
Public Sub New ()
Applies to
OptionSetMetadata(OptionMetadataCollection)
Initializes a new instance of the OptionSetMetadata class
public:
OptionSetMetadata(Microsoft::Xrm::Sdk::Metadata::OptionMetadataCollection ^ options);
public OptionSetMetadata (Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection options);
new Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata : Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection -> Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata
Public Sub New (options As OptionMetadataCollection)
Parameters
- options
- OptionMetadataCollection
The options available in the option set.