RemoteAccessUser.LogonName Property
Gets the name of the user account that was used to log on.
Namespace: Microsoft.WindowsServerSolutions.Web.Security
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string LogonName { get; }
public:
property String^ LogonName {
String^ get();
}
Public ReadOnly Property LogonName As String
Property Value
Type: System.String
An instance of String that contains the name of the user account.
Remarks
Do not use this property. You can use AccountName instead.
See Also
RemoteAccessUser Class
Microsoft.WindowsServerSolutions.Web.Security Namespace
Return to top