UserInfo Class
Represents the information that is associated to a user account.
Assembly: UserObjectModel (in UserObjectModel.dll)
| Name | Description | |
|---|---|---|
![]() | UserInfo() | Initializes a new instance of the UserInfo class. |
![]() | UserInfo(UserInfo^) | Creates a new instance of the UserInfo object, using the specified additional user information. |
| Name | Description | |
|---|---|---|
![]() | AccessLevel | Gets the access level for the user account. |
![]() | FirstName | Gets the first name that is associated with the user account. |
![]() | FullUserName | Gets the full name that is associated with the user account. |
![]() | LastName | Gets the last name that is associated with the user account. |
![]() | PersonalInfo | Gets or sets the personal information that is associated with the user account. |
![]() | RemoteAccess | Gets the type of access that is assigned to the user account for Remote Web Access. |
![]() | UserName | Gets or sets the user name that is associated with the user account. |
![]() | UserStatus | Gets or sets the status of the user account. |
![]() | VpnAccess | Gets the type of access that is assigned to the user account for virtual private networks (VPNs). |
![]() | Warning | Gets the warning exception code. |
![]() | WindowsAccount | Gets or sets the Windows account that is associated with the user account. |
![]() | WindowsSID | Gets or sets the Windows security identifier that is associated with the user account. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Compares a UserInfo object to the specified object.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Retrieves a hash code for the UserInfo object.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string that represents the current object.(Overrides Object::ToString().) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


