Compartilhar via


RemoteAccessUser.FirstName Property

 

Gets the first name that is associated with the user account.

Namespace:   Microsoft.WindowsServerSolutions.Web.Security
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

public string FirstName { get; }
public:
property String^ FirstName {
    String^ get();
}
Public ReadOnly Property FirstName As String

Property Value

Type: System.String

An instance of String that contains the first name.

See Also

RemoteAccessUser Class
Microsoft.WindowsServerSolutions.Web.Security Namespace

Return to top