다음을 통해 공유


OrganizationServiceContextInfo.EntitySetsByPropertyName Property

 

Applies To: Dynamics CRM 2013

Gets the lookup of EntitySetInfo keyed by the entity set property name.

Namespace:   Microsoft.Xrm.Client.Metadata
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public IDictionary<string, EntitySetInfo> EntitySetsByPropertyName { get; }
public:
property IDictionary<String^, EntitySetInfo^>^ EntitySetsByPropertyName {
    IDictionary<String^, EntitySetInfo^>^ get();
}
member EntitySetsByPropertyName : IDictionary<string, EntitySetInfo> with get
Public ReadOnly Property EntitySetsByPropertyName As IDictionary(Of String, EntitySetInfo)

Property Value

Type: System.Collections.Generic.IDictionary<String, EntitySetInfo>

Type: IDictionary<String, EntitySetInfo>
The dictionary of entity set info.

See Also

EntitySetInfo
OrganizationServiceContextInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top