UserInfo Class

 

Represents the information that is associated to a user account.

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

System::Object
  Microsoft.WindowsServerSolutions.Users::UserInfo

[DataContractAttribute]
public ref class UserInfo 

NameDescription
System_CAPS_pubmethodUserInfo()

Initializes a new instance of the UserInfo class.

System_CAPS_pubmethodUserInfo(UserInfo^)

Creates a new instance of the UserInfo object, using the specified additional user information.

NameDescription
System_CAPS_pubpropertyAccessLevel

Gets the access level for the user account.

System_CAPS_pubpropertyFirstName

Gets the first name that is associated with the user account.

System_CAPS_pubpropertyFullUserName

Gets the full name that is associated with the user account.

System_CAPS_pubpropertyLastName

Gets the last name that is associated with the user account.

System_CAPS_pubpropertyPersonalInfo

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

System_CAPS_pubpropertyRemoteAccess

Gets the type of access that is assigned to the user account for Remote Web Access.

System_CAPS_pubpropertyUserName

Gets or sets the user name that is associated with the user account.

System_CAPS_pubpropertyUserStatus

Gets or sets the status of the user account.

System_CAPS_pubpropertyVpnAccess

Gets the type of access that is assigned to the user account for virtual private networks (VPNs).

System_CAPS_pubpropertyWarning

Gets the warning exception code.

System_CAPS_pubpropertyWindowsAccount

Gets or sets the Windows account that is associated with the user account.

System_CAPS_pubpropertyWindowsSID

Gets or sets the Windows security identifier that is associated with the user account.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Compares a UserInfo object to the specified object.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Retrieves a hash code for the UserInfo object.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.

Return to top

Community Additions

ADD
Show: