Share via


UserInfo.PersonalInfo Property

 

Gets or sets the personal information that is associated with the user account.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

[DataMemberAttribute]
public PersonalInfo PersonalInfo { get; set; }
public:
[DataMemberAttribute]
property PersonalInfo^ PersonalInfo {
    PersonalInfo^ get();
    void set(PersonalInfo^ value);
}
<DataMemberAttribute>
Public Property PersonalInfo As PersonalInfo

Property Value

Type: Microsoft.WindowsServerSolutions.Users.PersonalInfo

An instance of PersonalInfo.

See Also

UserInfo Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top