EntityInfo.AttributesByLogicalName Property
Applies To: Dynamics CRM 2013
Gets the AttributeInfo keyed by the attribute logical name.
Namespace: Microsoft.Xrm.Client.Metadata
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public IDictionary<string, AttributeInfo> AttributesByLogicalName { get; }
public:
property IDictionary<String^, AttributeInfo^>^ AttributesByLogicalName {
IDictionary<String^, AttributeInfo^>^ get();
}
member AttributesByLogicalName : IDictionary<string, AttributeInfo> with get
Public ReadOnly Property AttributesByLogicalName As IDictionary(Of String, AttributeInfo)
Property Value
Type: System.Collections.Generic.IDictionary<String, AttributeInfo>
Type: IDictionary<String>
The dictionary of attributes.
See Also
AttributeInfo
EntityInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top