CrmServiceClient.GetPickListElementFromMetadataEntity(String, String) Method

Definition

Gets a PickList, Status List or StateList from the metadata of an attribute

public:
 Microsoft::Xrm::Tooling::Connector::CrmServiceClient::PickListMetaElement ^ GetPickListElementFromMetadataEntity(System::String ^ targetEntity, System::String ^ attribName);
public Microsoft.Xrm.Tooling.Connector.CrmServiceClient.PickListMetaElement GetPickListElementFromMetadataEntity (string targetEntity, string attribName);
member this.GetPickListElementFromMetadataEntity : string * string -> Microsoft.Xrm.Tooling.Connector.CrmServiceClient.PickListMetaElement
Public Function GetPickListElementFromMetadataEntity (targetEntity As String, attribName As String) As CrmServiceClient.PickListMetaElement

Parameters

targetEntity
String

text name of the entity to query

attribName
String

name of the attribute to query

Returns

Applies to