BooleanOptionSetMetadata 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 the metadata for an attribute of type Boolean
.
public ref class BooleanOptionSetMetadata sealed : Microsoft::Xrm::Sdk::Metadata::OptionSetMetadataBase
[Microsoft.Xrm.Sdk.Metadata.MetadataName(LogicalCollectionName="BooleanOptionSetDefinitions", LogicalName="BooleanOptionSetMetadata")]
[System.Runtime.Serialization.DataContract(Name="BooleanOptionSetMetadata", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")]
public sealed class BooleanOptionSetMetadata : Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase
[<Microsoft.Xrm.Sdk.Metadata.MetadataName(LogicalCollectionName="BooleanOptionSetDefinitions", LogicalName="BooleanOptionSetMetadata")>]
[<System.Runtime.Serialization.DataContract(Name="BooleanOptionSetMetadata", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")>]
type BooleanOptionSetMetadata = class
inherit OptionSetMetadataBase
Public NotInheritable Class BooleanOptionSetMetadata
Inherits OptionSetMetadataBase
- Inheritance
- Attributes
Constructors
BooleanOptionSetMetadata() |
Initializes a new instance of the BooleanOptionSetMetadata class |
BooleanOptionSetMetadata(OptionMetadata, OptionMetadata) |
Initializes a new instance of the BooleanOptionSetMetadata class |
Properties
Description |
Gets or sets a description for the option set. (Inherited from OptionSetMetadataBase) |
DisplayName |
Gets or sets a display name for a global option set. (Inherited from OptionSetMetadataBase) |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from MetadataBase) |
ExternalTypeName | (Inherited from OptionSetMetadataBase) |
FalseOption |
Gets or sets option displayed when the attribute is false. |
HasChanged |
Gets whether the item of metadata has changed. (Inherited from MetadataBase) |
IntroducedVersion |
Gets a string identifying the solution version that the solution component was added in. (Inherited from OptionSetMetadataBase) |
IsCustomizable |
Gets or sets a property that determines whether the option set is customizable. (Inherited from OptionSetMetadataBase) |
IsCustomOptionSet |
Gets or sets whether the option set is a custom option set. (Inherited from OptionSetMetadataBase) |
IsGlobal |
Gets or sets whether the option set is a global option set. (Inherited from OptionSetMetadataBase) |
IsManaged |
Gets or sets whether the option set is part of a managed solution. (Inherited from OptionSetMetadataBase) |
MetadataId |
Gets or sets a unique identifier for the metadata item. (Inherited from MetadataBase) |
Name |
Gets or sets the name of a global option set. (Inherited from OptionSetMetadataBase) |
OptionSetType |
Gets or sets the type of option set. (Inherited from OptionSetMetadataBase) |
TrueOption |
Gets or sets option displayed when the attribute is true. |