Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
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 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright