SessionOpenControllerEventArgs.OverrideSessionId Property
Gets or sets a Boolean value that specifies whether to use the ApplicationSessionId as the session ID.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As SessionOpenControllerEventArgs
Dim value As Boolean
value = instance.OverrideSessionId
instance.OverrideSessionId = value
Syntax
'Declaration
Public Property OverrideSessionId As Boolean
public bool OverrideSessionId { get; set; }
public:
property bool OverrideSessionId {
bool get ();
void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public boolean get_OverrideSessionId ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_OverrideSessionId (boolean value)
CompilerGeneratedAttribute
public function get OverrideSessionId () : boolean
CompilerGeneratedAttribute
public function set OverrideSessionId (value : boolean)
Property Value
Type: Boolean
True to use the ApplicationSessionId as the session ID; otherwise false.
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
SessionOpenControllerEventArgs Class
SessionOpenControllerEventArgs Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.