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 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