Compartir a través de


ExternalApplication.GetContextValue Method

Returns the value associated with the provided context key. If the key is not found, the empty string will be returned. If no reference to the Context object is held, null will be returned.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As ExternalApplication
Dim key As String
Dim returnValue As String

returnValue = instance.GetContextValue(key)

Syntax

'Declaration
Public Function GetContextValue ( _
    key As String _
) As String
public string GetContextValue (
    string key
)
public:
String^ GetContextValue (
    String^ key
)
public String GetContextValue (
    String key
)
public function GetContextValue (
    key : String
) : String

Parameters

  • key
    Context key

Return Value

Context value corresponding to the provided key

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

ExternalApplication Class
ExternalApplication Members
Microsoft.Uii.Csr Namespace

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