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
Retrieves a specific parameter by line number
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Syntax
public static string GetAndRemoveParameter(
List<KeyValuePair<string, string>> parameters,
int line
)
Public Shared Function GetAndRemoveParameter (
parameters As List(Of KeyValuePair(Of String, String)),
line As Integer
) As String
Parameters
parameters
Type: System.Collections.Generic.List<KeyValuePair<String, String>>Specifies the parameter list from a previous call to SplitLines.
line
Type: System.Int32Specifies the line number to retrieve.
Return Value
Type: System.String
The value from the parameter
See Also
GetAndRemoveParameter Overload
Utility Class
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Return to top
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright