CrmServiceClient.GetPickListElementFromMetadataEntity Method (String, String)
Applies To: Dynamics CRM 2015
Gets a PickList, Status List or StateList from the metadata of an attribute
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public CrmServiceClient.PickListMetaElement GetPickListElementFromMetadataEntity(
string targetEntity,
string attribName
)
public:
CrmServiceClient::PickListMetaElement^ GetPickListElementFromMetadataEntity(
String^ targetEntity,
String^ attribName
)
member GetPickListElementFromMetadataEntity :
targetEntity:string *
attribName:string -> CrmServiceClient.PickListMetaElement
Public Function GetPickListElementFromMetadataEntity (
targetEntity As String,
attribName As String
) As CrmServiceClient.PickListMetaElement
Parameters
targetEntity
Type: System.Stringtext name of the entity to query
attribName
Type: System.Stringname of the attribute to query
Return Value
Type: Microsoft.Xrm.Tooling.Connector.CrmServiceClient.PickListMetaElement
See Also
CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright