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