PackagedSession.Active Property
Gets or sets a Boolean value that specifies whether the session is active at the time of save.
Namespace: Microsoft.Uii.Desktop.SessionManager
Assembly: Microsoft.Uii.Desktop.SessionManager (in Microsoft.Uii.Desktop.SessionManager.dll)
Usage
'Usage
Dim instance As PackagedSession
Dim value As Boolean
value = instance.Active
instance.Active = value
Syntax
'Declaration
Public Property Active As Boolean
public bool Active { get; set; }
public:
property bool Active {
bool get ();
void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public boolean get_Active ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_Active (boolean value)
CompilerGeneratedAttribute
public function get Active () : boolean
CompilerGeneratedAttribute
public function set Active (value : boolean)
Property Value
Type: Boolean
True if the session is active, 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
PackagedSession Class
PackagedSession Members
Microsoft.Uii.Desktop.SessionManager Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.