Share via


IUserExtension2Properties.FirstName Property

 

Gets and sets the first name of the user.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

string FirstName { get; set; }
property String^ FirstName {
    String^ get();
    void set(String^ value);
}
Property FirstName As String

Property Value

Type: System.String

The first name of the user.

See Also

IUserExtension2Properties Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top