BooleanOptionSetMetadata Members
Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online
Contains the metadata for an attribute of type Boolean.
The following tables list the members exposed by the BooleanOptionSetMetadata type.
Public Constructors
Name | Description | |
---|---|---|
BooleanOptionSetMetadata | Overloaded. Initializes a new instance of the BooleanOptionSetMetadata class |
Top
Public Properties
Name | Description | |
---|---|---|
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) | |
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. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
BooleanOptionSetMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Other Resources
Customize Entity Attribute Metadata
Work with Attributes
Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.