CrmServiceClient.GetEntityAttributeMetadataForAttribute Method (String, String)

 

Applies To: Dynamics CRM 2015

Gets metadata for a specific entity's attribute.

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

Syntax

public AttributeMetadata GetEntityAttributeMetadataForAttribute(
    string entityLogicalname,
    string attribName
)
public:
AttributeMetadata^ GetEntityAttributeMetadataForAttribute(
    String^ entityLogicalname,
    String^ attribName
)
member GetEntityAttributeMetadataForAttribute : 
        entityLogicalname:string *
        attribName:string -> AttributeMetadata
Public Function GetEntityAttributeMetadataForAttribute (
    entityLogicalname As String,
    attribName As String
) As AttributeMetadata

Parameters

Return Value

Type: Microsoft.Xrm.Sdk.Metadata.AttributeMetadata

See Also

CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright