RemoteAccessUser.IsUserLoggedOn Property
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