User.PersonalInfo Property
Gets or sets the personal information of the user that is associated with the user account.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public PersonalInfo PersonalInfo { get; set; }
public:
property PersonalInfo^ PersonalInfo {
PersonalInfo^ get();
void set(PersonalInfo^ value);
}
Public Property PersonalInfo As PersonalInfo
Property Value
Type: Microsoft.WindowsServerSolutions.Users.PersonalInfo
A PersonalInfo.
See Also
User Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top