Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the CRM entity collection from cache.
Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)
Usage
'Usage
Dim instance As ProfileOperations
Dim value As List(Of EntityCollection)
value = instance.CrmEntityCollection
Syntax
'Declaration
Public ReadOnly Property CrmEntityCollection As List(Of EntityCollection)
public List<EntityCollection> CrmEntityCollection { get; }
public:
property List<EntityCollection^>^ CrmEntityCollection {
List<EntityCollection^>^ get ();
}
/** @property */
public List<EntityCollection> get_CrmEntityCollection ()
public function get CrmEntityCollection () : List<EntityCollection>
Property Value
Type: List
The CRM entity collection.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ProfileOperations Class
ProfileOperations Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.