CrmServiceClient.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:
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