DependentOptionSetMetadata Class
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.
Contains dependent metadata for an option set.
public ref class DependentOptionSetMetadata sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
public sealed class DependentOptionSetMetadata : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
type DependentOptionSetMetadata = class
interface IExtensibleDataObject
Public NotInheritable Class DependentOptionSetMetadata
Implements IExtensibleDataObject
- Inheritance
-
DependentOptionSetMetadata
- Attributes
- Implements
Constructors
DependentOptionSetMetadata() |
Initializes a new instance of the DependentOptionSetMetadata class. |
Properties
ExtensionData |
Gets or sets the structure that contains extra data. Optional. |
FalseOption |
Gets or sets the false option metadata for a boolean option set. |
Name |
Gets or sets the name of the option set. |
Options |
Gets or sets the collection of option metadata associated with the option set. |
TrueOption |
Gets or sets the true option metadata for a boolean option set. |
Type |
Gets or sets the type of the option set. |