RetrieveAllOptionSetsResponse.OptionSetMetadata Property
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.
Gets an array of definitions for each global choice.
public:
property cli::array <Microsoft::Xrm::Sdk::Metadata::OptionSetMetadataBase ^> ^ OptionSetMetadata { cli::array <Microsoft::Xrm::Sdk::Metadata::OptionSetMetadataBase ^> ^ get(); };
public Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase[] OptionSetMetadata { get; }
member this.OptionSetMetadata : Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase[]
Public ReadOnly Property OptionSetMetadata As OptionSetMetadataBase()
Property Value
An array of definitions for each global choice.