CrmServiceClient.GetGlobalOptionSetMetadata Method (String)

 

Applies To: Dynamics CRM 2015

Gets a global option set from CRM.

Namespace:   Microsoft.Xrm.Tooling.Connector
Assembly:  Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)

Syntax

public OptionSetMetadata GetGlobalOptionSetMetadata(
    string globalOptionSetName
)
public:
OptionSetMetadata^ GetGlobalOptionSetMetadata(
    String^ globalOptionSetName
)
member GetGlobalOptionSetMetadata : 
        globalOptionSetName:string -> OptionSetMetadata
Public Function GetGlobalOptionSetMetadata (
    globalOptionSetName As String
) As OptionSetMetadata

Parameters

  • globalOptionSetName
    Type: System.String

    Name of the Option Set To get

Return Value

Type: Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata

OptionSetMetadata or null

See Also

CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright