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.
Gets and sets the last name of the user.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string LastName { get; set; }
property String^ LastName {
String^ get();
void set(String^ value);
}
Property LastName As String
Property Value
Type: System.String
The last name of the user.
See Also
IUserExtension2Properties Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top