Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Converts a LookupRequestItem list to a dictionary.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Syntax
public static Dictionary<string, string> ConvertListToDictionary(
List<LookupRequestItem> lri
)
Public Shared Function ConvertListToDictionary (
lri As List(Of LookupRequestItem)
) As Dictionary(Of String, String)
Parameters
lri
Type: System.Collections.Generic.List<LookupRequestItem>Specifies the list of LookupRequestItems.
Return Value
Type: System.Collections.Generic.Dictionary<String, String>
Dictionary with the same elements as the original list.
See Also
Utility Class
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright