Share via


UserIdentity.PersonalInfo Property

 

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