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.
Returns the name of the user account.
Namespace: Microsoft.WindowsServerSolutions.Web.Security
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string AccountName { get; }
public:
property String^ AccountName {
String^ get();
}
Public ReadOnly Property AccountName As String
Property Value
Type: System.String
An instance of String that contains the user account name.
See Also
RemoteAccessUser Class
Microsoft.WindowsServerSolutions.Web.Security Namespace
Return to top