Share via


Context.ContextInformation Property

Gets or sets the context with an XML context

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

Usage

'Usage
Dim instance As Context
Dim value As String

value = instance.ContextInformation

instance.ContextInformation = value

Syntax

'Declaration
Public Property ContextInformation As String
public string ContextInformation { get; set; }
public:
virtual property String^ ContextInformation {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_ContextInformation ()

/** @property */
public final void set_ContextInformation (String value)
public final function get ContextInformation () : String

public final function set ContextInformation (value : String)

Property Value

Type: String

Remarks

This is the property interface fo rthe SetContext and GetContext methods.

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

Context Class
Context Members
Microsoft.Uii.Csr Namespace

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