Utility.RemainderParameter Method

Retrieves the rest of the parameters as a multiline string.

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 returnValue As String

returnValue = Utility.RemainderParameter(parameters)

Syntax

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

Parameters

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

Return Value

Returns the multiline parameter string

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.