Partager via


PersonalInformation.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; set; }
public:
property String^ FirstName {
    String^ get();
    void set(String^ value);
}
Public Property FirstName As String

Property Value

Type: System.String

An instance of String that contains the first name.

See Also

PersonalInformation Class
Microsoft.WindowsServerSolutions.Web.Security Namespace

Return to top