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