User Class

 

Represents a user account.

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

System::Object
  Microsoft.WindowsServerSolutions.Users::User

public ref class User : INotifyPropertyChanged, IDisposable

NameDescription
System_CAPS_pubpropertyAccessLevel

Gets the access level for the current user account.

System_CAPS_pubpropertyCurrentSid

Gets the security identifier for the user account.

System_CAPS_pubpropertyDisplayName

Gets the display name of the user account.

System_CAPS_pubpropertyFileHistoryState

Gets and sets the file history state.

System_CAPS_pubpropertyFirstName

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

System_CAPS_pubpropertyInfo

Gets the information that is associated with the user account.

System_CAPS_pubpropertyIsShowInUI

Gets or sets a value that determines if the User is shown in the UI.

System_CAPS_pubpropertyLastName

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

System_CAPS_pubpropertyPersonalInfo

Gets or sets the personal information of the user 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_pubpropertySIDs

Gets all of the security identifiers that are associated with the user name.

System_CAPS_pubpropertyUserName

Gets the name of the user account.

System_CAPS_pubpropertyUserStatus

Gets 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).

NameDescription
System_CAPS_pubmethodCommit()

Commits a change to a user account.

System_CAPS_pubmethodDispose()

Releases all resources used by the User.

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the User and optionally releases the managed resources.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current User.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFixPersonalFolder(String^)

Fixes the specified personal folder.

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsValid()

Determines whether the user account is valid.

System_CAPS_pubmethodIsValid(Boolean)

Determines whether the user account is valid, with the option to refresh the data.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodRaisePropertyChanged(String^)

Raises the property changed event with the specified property name.

System_CAPS_pubmethodSetPassword(SecureString^)

Sets the password for the current user account.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

Represents an event that is raised when a property is changed on a user account.

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: