CrmServiceClient.GetEntityAttributeMetadataForAttribute Method

Definition

Gets metadata for a specific entity's attribute.

public:
 Microsoft::Xrm::Sdk::Metadata::AttributeMetadata ^ GetEntityAttributeMetadataForAttribute(System::String ^ entityLogicalname, System::String ^ attribName);
public Microsoft.Xrm.Sdk.Metadata.AttributeMetadata GetEntityAttributeMetadataForAttribute (string entityLogicalname, string attribName);
member this.GetEntityAttributeMetadataForAttribute : string * string -> Microsoft.Xrm.Sdk.Metadata.AttributeMetadata
Public Function GetEntityAttributeMetadataForAttribute (entityLogicalname As String, attribName As String) As AttributeMetadata

Parameters

entityLogicalname
String

Name of the entity

attribName
String

Attribute Name

Returns

Applies to