Поделиться через


Utility.GetAndRemoveParameter Method (List, Int32)

Retrieves a specific parameter by line number

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim parameters As List(Of KeyValuePair(Of String, String))
Dim line As Integer
Dim returnValue As String

returnValue = Utility.GetAndRemoveParameter(parameters, line)

Syntax

'Declaration
Public Shared Function GetAndRemoveParameter ( _
    parameters As List(Of KeyValuePair(Of String, String)), _
    line As Integer _
) As String
public static string GetAndRemoveParameter (
    List<KeyValuePair<string,string>> parameters,
    int line
)
public:
static String^ GetAndRemoveParameter (
    List<KeyValuePair<String^, String^>>^ parameters, 
    int line
)
public static String GetAndRemoveParameter (
    List<KeyValuePair<String,String>> parameters, 
    int line
)
public static function GetAndRemoveParameter (
    parameters : List<KeyValuePair<String,String>>, 
    line : int
) : String

Parameters

  • parameters
    Specifies the parameter list from a previous call to SplitLines.
  • line
    Specifies the line number to retrieve.

Return Value

The value from the parameter

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

Utility Class
Utility Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.