Partager via


UserInformation.PersonalInfo Property

 

Gets the PersonalInformation object.

Namespace:   Microsoft.WindowsServerSolutions.Web.Security
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

public PersonalInformation PersonalInfo { get; set; }
public:
property PersonalInformation^ PersonalInfo {
    PersonalInformation^ get();
    void set(PersonalInformation^ value);
}
Public Property PersonalInfo As PersonalInformation

Property Value

Type: Microsoft.WindowsServerSolutions.Web.Security.PersonalInformation

An instance of PersonalInformation.

See Also

UserInformation Class
Microsoft.WindowsServerSolutions.Web.Security Namespace

Return to top