UserInfo Class
Represents the information that is associated to a user account.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Users.UserInfo
Syntax
[DataContractAttribute]
public class UserInfo
[DataContractAttribute]
public ref class UserInfo
<DataContractAttribute>
Public Class UserInfo
Constructors
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. |
Properties
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. |
Methods
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().) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Users Namespace
Return to top