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 the personal information that is associated with the user account.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public PersonalInfo PersonalInfo { get; }
public:
property PersonalInfo^ PersonalInfo {
PersonalInfo^ get();
}
Public ReadOnly Property PersonalInfo As PersonalInfo
Property Value
Type: Microsoft.WindowsServerSolutions.Users.PersonalInfo
An instance of PersonalInfo.
See Also
UserIdentity Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top