OptionSetMetadataBase Class

Definition

Contains data that defines a set of options.

public ref class OptionSetMetadataBase abstract : Microsoft::Xrm::Sdk::Metadata::MetadataBase
[Microsoft.Xrm.Sdk.Metadata.MetadataName(LogicalCollectionName="GlobalOptionSetDefinitions", LogicalName="OptionSetMetadataBase")]
[System.Runtime.Serialization.DataContract(Name="OptionSetMetadataBase", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata))]
public abstract class OptionSetMetadataBase : Microsoft.Xrm.Sdk.Metadata.MetadataBase
[<Microsoft.Xrm.Sdk.Metadata.MetadataName(LogicalCollectionName="GlobalOptionSetDefinitions", LogicalName="OptionSetMetadataBase")>]
[<System.Runtime.Serialization.DataContract(Name="OptionSetMetadataBase", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata))>]
type OptionSetMetadataBase = class
    inherit MetadataBase
Public MustInherit Class OptionSetMetadataBase
Inherits MetadataBase
Inheritance
OptionSetMetadataBase
Derived
Attributes

Constructors

OptionSetMetadataBase()

Initializes a new instance of the OptionSetMetadataBase class

Properties

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)
ExternalTypeName
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.

Applies to