Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the user account is logged on.
Namespace: Microsoft.WindowsServerSolutions.Web.Security
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public static bool IsUserLoggedOn { get; }
public:
property bool IsUserLoggedOn {
static bool get();
}
Public Shared ReadOnly Property IsUserLoggedOn As Boolean
Property Value
Type: System.Boolean
true if the user account is logged on; otherwise, false.
See Also
RemoteAccessUser Class
Microsoft.WindowsServerSolutions.Web.Security Namespace
Return to top