MetadataExtensions.GetEntityAttributeMetadataForAttribute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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