Compartir a través de


FloatingWpfWindow.LogOffRequested Property

Gets or sets a Boolean value that specifies whether the desktop logOff is initiated by the user.

Namespace: Microsoft.Uii.Desktop.UI.Controls.Wpf
Assembly: Microsoft.Uii.Desktop.UI.Controls.Wpf (in Microsoft.Uii.Desktop.UI.Controls.Wpf.dll)

Usage

'Usage
Dim value As Boolean

value = FloatingWpfWindow.LogOffRequested

FloatingWpfWindow.LogOffRequested = value

Syntax

'Declaration
Public Shared Property LogOffRequested As Boolean
public static bool LogOffRequested { get; set; }
public:
static property bool LogOffRequested {
    bool get ();
    void set (bool value);
}
/** @property */
public static boolean get_LogOffRequested ()

/** @property */
public static void set_LogOffRequested (boolean value)
public static function get LogOffRequested () : boolean

public static function set LogOffRequested (value : boolean)

Property Value

Type: Boolean
True if the logoff is initiated by the user, 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

FloatingWpfWindow Class
FloatingWpfWindow Members
Microsoft.Uii.Desktop.UI.Controls.Wpf Namespace

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