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