CrmServiceClient.GetAllAttributesForEntity Method (String)
Applies To: Dynamics CRM 2015
Returns all attributes on a entity
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public List<AttributeMetadata> GetAllAttributesForEntity(
string entityLogicalname
)
public:
List<AttributeMetadata^>^ GetAllAttributesForEntity(
String^ entityLogicalname
)
member GetAllAttributesForEntity :
entityLogicalname:string -> List<AttributeMetadata>
Public Function GetAllAttributesForEntity (
entityLogicalname As String
) As List(Of AttributeMetadata)
Parameters
entityLogicalname
Type: System.Stringreturns all attributes on a entity
Return Value
Type: System.Collections.Generic.List<AttributeMetadata>
See Also
CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright