Compartilhar via


RemoteAccessUser.AccountName Property

 

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