OptionSetMetadataBase Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains data that defines a set of options.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Microsoft.Xrm.Sdk.Metadata.MetadataBase
Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase
Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata
Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata
[KnownTypeAttribute(typeof(OptionSetMetadata))] [DataContractAttribute(Name = "OptionSetMetadataBase", Namespace = "http://schemas.microsoft.com/xrm/2011/Metadata")] [KnownTypeAttribute(typeof(BooleanOptionSetMetadata))] [MetadataNameAttribute(LogicalName = "OptionSetMetadataBase", LogicalCollectionName = "GlobalOptionSetDefinitions")] public abstract class OptionSetMetadataBase : MetadataBase
| Name | Description | |
|---|---|---|
![]() | OptionSetMetadataBase() | Initializes a new instance of the OptionSetMetadataBase class |
| Name | Description | |
|---|---|---|
![]() | Description | Gets or sets a description for the option set. |
![]() | DisplayName | Gets or sets a display name for a global option set. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from MetadataBase.) |
![]() | 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. |
![]() | IsCustomizable | Gets or sets a property that determines whether the option set is customizable. |
![]() | IsCustomOptionSet | Gets or sets whether the option set is a custom option set. |
![]() | IsGlobal | Gets or sets whether the option set is a global option set. |
![]() | IsManaged | Gets or sets whether the option set is part of a managed solution. |
![]() | 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. |
![]() | OptionSetType | Gets or sets the type of option set. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright


