PersonalInfo Class

 

Represents the personal information that is associated to a user account.

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

System::Object
  Microsoft.WindowsServerSolutions.Users::UserGroupCommonInfoContract
    Microsoft.WindowsServerSolutions.Users::PersonalInfo

[DataContractAttribute]
public ref class PersonalInfo : UserGroupCommonInfoContract

NameDescription
System_CAPS_pubmethodPersonalInfo()

Initializes a new instance of the PersonalInfo class.

System_CAPS_pubmethodPersonalInfo(PersonalInfo^)

Creates a new instance of the PersonalInfo object, using the specified other personal information properties.

NameDescription
System_CAPS_pubpropertyAccessLevel

Gets and sets the access level.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubpropertyComputerAccess

Gets and sets the computer access.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubpropertyComputerAccessInherited

Gets and sets a value that describes if computer access is inherited.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubpropertyContainerGroups

Gets and sets a list of groups that this group is a member is a member of.

System_CAPS_pubpropertyDashboardAccess

Gets and sets Dashboard access.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubpropertyDashboardAccessInherited

Gets and sets a value that describes if Dashboard access is inherited.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubpropertyDisplayName

Gets and sets the display name.

System_CAPS_pubpropertyFirstName

Gets or sets the first name that is associated to the user account.

System_CAPS_pubpropertyGuid

Gets and sets the GUID.

System_CAPS_pubpropertyHomePageLinksAccess

Gets and sets homepage link access.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubpropertyHomePageLinksAccessInherited

Gets and sets a value that determines if the homepage link access is inherited.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubpropertyIsBuiltIn

Gets or sets a value that indicates whether the account is a built-in account.

System_CAPS_pubpropertyIsLocalUser

Gets or sets a value that indicates whether the user account exists on the local computer.

System_CAPS_pubpropertyIsShowInUI

Gets or sets a value that indicates whether the personal information is displayed in the user interface.

System_CAPS_pubpropertyLastName

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

System_CAPS_pubpropertyMediaAccess

Gets and sets the media access.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubpropertyMediaAccessInherited

Gets and sets a value that describes if the media access level is inherited.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubpropertyNetworkAlertAccess

Gets and sets the network alert access type.

System_CAPS_pubpropertyRemoteAccess

Gets and sets the remote access level.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubpropertyRemoteAccessInherited

Gets and sets a value that describes if the remote access level is inherited.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubpropertyShareAccess

Gets and sets the share access level.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubpropertyShareAccessInherited

Gets and sets a value that describes whether the share access level is inherited.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubpropertyUserFolder

Gets or sets information about the folder where user account information is stored.

System_CAPS_pubpropertyVpnAccess

Gets and sets the VPN access level.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubpropertyVpnAccessInherited

Gets and sets a value that determines if the VPN access is inherited.(Inherited from UserGroupCommonInfoContract.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines if the current instance is equal to the specified Object.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodSystem_CAPS_staticEquals(PersonalInfo^, PersonalInfo^)

Determines if the two PersonalInfo objects are equal to each other.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns a hash code for the current instance.(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: