IContext.ContextInformation Property
Gets or sets the context information.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As IContext
Dim value As String
value = instance.ContextInformation
instance.ContextInformation = value
Syntax
'Declaration
Property ContextInformation As String
string ContextInformation { get; set; }
property String^ ContextInformation {
String^ get ();
void set (String^ value);
}
/** @property */
String get_ContextInformation ()
/** @property */
void set_ContextInformation (String value)
function get ContextInformation () : String
function set ContextInformation (value : String)
Property Value
Type: 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
IContext Interface
IContext Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.