次の方法で共有


PersonalInfo Class

 

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

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

Inheritance Hierarchy

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

Syntax

[DataContractAttribute]
public class PersonalInfo : UserGroupCommonInfoContract
[DataContractAttribute]
public ref class PersonalInfo : UserGroupCommonInfoContract
<DataContractAttribute>
Public Class PersonalInfo
    Inherits UserGroupCommonInfoContract

Constructors

Name Description
System_CAPS_pubmethod PersonalInfo()

Initializes a new instance of the PersonalInfo class.

System_CAPS_pubmethod PersonalInfo(PersonalInfo)

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

Properties

Name Description
System_CAPS_pubproperty AccessLevel

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

System_CAPS_pubproperty ComputerAccess

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

System_CAPS_pubproperty ComputerAccessInherited

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

System_CAPS_pubproperty ContainerGroups

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

System_CAPS_pubproperty DashboardAccess

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

System_CAPS_pubproperty DashboardAccessInherited

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

System_CAPS_pubproperty DisplayName

Gets and sets the display name.

System_CAPS_pubproperty FirstName

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

System_CAPS_pubproperty Guid

Gets and sets the GUID.

System_CAPS_pubproperty HomePageLinksAccess

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

System_CAPS_pubproperty HomePageLinksAccessInherited

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

System_CAPS_pubproperty IsBuiltIn

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

System_CAPS_pubproperty IsLocalUser

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

System_CAPS_pubproperty IsShowInUI

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

System_CAPS_pubproperty LastName

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

System_CAPS_pubproperty MediaAccess

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

System_CAPS_pubproperty MediaAccessInherited

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

System_CAPS_pubproperty NetworkAlertAccess

Gets and sets the network alert access type.

System_CAPS_pubproperty RemoteAccess

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

System_CAPS_pubproperty RemoteAccessInherited

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

System_CAPS_pubproperty ShareAccess

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

System_CAPS_pubproperty ShareAccessInherited

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

System_CAPS_pubproperty UserFolder

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

System_CAPS_pubproperty VpnAccess

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

System_CAPS_pubproperty VpnAccessInherited

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

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

System_CAPS_pubmethodSystem_CAPS_static Equals(PersonalInfo, PersonalInfo)

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

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Returns a hash code for the current instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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