RetrieveAllOptionSetsResponse.OptionSetMetadata Property
Applies To: Dynamics CRM 2015
Gets an array of definitions for each global option set.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public OptionSetMetadataBase[] OptionSetMetadata { get; }
public:
property array<OptionSetMetadataBase^>^ OptionSetMetadata {
array<OptionSetMetadataBase^>^ get();
}
member OptionSetMetadata : OptionSetMetadataBase[] with get
Public ReadOnly Property OptionSetMetadata As OptionSetMetadataBase()
Property Value
Type: Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase[]
Type: OptionSetMetadataBase[]
An array of definitions for each global option set.
See Also
RetrieveAllOptionSetsResponse Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright