Compartir a través de


Context Constructor (String)

Type: String

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

Usage

'Usage
Dim contextInformation As String

Dim instance As New Context(contextInformation)

Syntax

'Declaration
Public Sub New ( _
    contextInformation As String _
)
public Context (
    string contextInformation
)
public:
Context (
    String^ contextInformation
)
public Context (
    String contextInformation
)
public function Context (
    contextInformation : String
)

Parameters

  • contextInformation
    Specifies the context (XML) information to load into the context object.

Remarks

Platforms

See Also

Reference

Context Class
Context Members
Microsoft.Uii.Csr Namespace

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