IUserExtensionProperties.LastName Property
Gets or sets the user last name.
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
Returns String.
See Also
IUserExtensionProperties Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top