PersonalInfo.FirstName Property
Gets or sets the first name that is associated to the user account.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public string FirstName { get; set; }
public:
[DataMemberAttribute]
property String^ FirstName {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property FirstName As String
Property Value
Type: System.String
An instance of String that contains the first name.
See Also
PersonalInfo Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top