MetadataExtensions.GetEntityAttributeMetadataForAttribute Method

Definition

Gets metadata for a specific entity's attribute.

public static Microsoft.Xrm.Sdk.Metadata.AttributeMetadata GetEntityAttributeMetadataForAttribute (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient, string entityLogicalname, string attribName);
static member GetEntityAttributeMetadataForAttribute : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient * string * string -> Microsoft.Xrm.Sdk.Metadata.AttributeMetadata
<Extension()>
Public Function GetEntityAttributeMetadataForAttribute (serviceClient As ServiceClient, entityLogicalname As String, attribName As String) As AttributeMetadata

Parameters

serviceClient
ServiceClient

ServiceClient

entityLogicalname
String

Name of the entity

attribName
String

Attribute Name

Returns

Applies to