CreateOptionSetRequest.OptionSet Property

Definition

Gets or sets the definition of the global choice. Required.

public:
 property Microsoft::Xrm::Sdk::Metadata::OptionSetMetadataBase ^ OptionSet { Microsoft::Xrm::Sdk::Metadata::OptionSetMetadataBase ^ get(); void set(Microsoft::Xrm::Sdk::Metadata::OptionSetMetadataBase ^ value); };
public Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase OptionSet { get; set; }
member this.OptionSet : Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase with get, set
Public Property OptionSet As OptionSetMetadataBase

Property Value

The definition of the global choice. Required.

Remarks

The IsGlobal property must be true.

Applies to