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 | |
---|---|---|
PersonalInfo() | Initializes a new instance of the PersonalInfo class. |
|
PersonalInfo(PersonalInfo) | Creates a new instance of the PersonalInfo object, using the specified other personal information properties. |
Properties
Name | Description | |
---|---|---|
AccessLevel | Gets and sets the access level.(Inherited from UserGroupCommonInfoContract.) |
|
ComputerAccess | Gets and sets the computer access.(Inherited from UserGroupCommonInfoContract.) |
|
ComputerAccessInherited | Gets and sets a value that describes if computer access is inherited.(Inherited from UserGroupCommonInfoContract.) |
|
ContainerGroups | Gets and sets a list of groups that this group is a member is a member of. |
|
DashboardAccess | Gets and sets Dashboard access.(Inherited from UserGroupCommonInfoContract.) |
|
DashboardAccessInherited | Gets and sets a value that describes if Dashboard access is inherited.(Inherited from UserGroupCommonInfoContract.) |
|
DisplayName | Gets and sets the display name. |
|
FirstName | Gets or sets the first name that is associated to the user account. |
|
Guid | Gets and sets the GUID. |
|
HomePageLinksAccess | Gets and sets homepage link access.(Inherited from UserGroupCommonInfoContract.) |
|
HomePageLinksAccessInherited | Gets and sets a value that determines if the homepage link access is inherited.(Inherited from UserGroupCommonInfoContract.) |
|
IsBuiltIn | Gets or sets a value that indicates whether the account is a built-in account. |
|
IsLocalUser | Gets or sets a value that indicates whether the user account exists on the local computer. |
|
IsShowInUI | Gets or sets a value that indicates whether the personal information is displayed in the user interface. |
|
LastName | Gets or sets the last name that is associated with the user account. |
|
MediaAccess | Gets and sets the media access.(Inherited from UserGroupCommonInfoContract.) |
|
MediaAccessInherited | Gets and sets a value that describes if the media access level is inherited.(Inherited from UserGroupCommonInfoContract.) |
|
NetworkAlertAccess | Gets and sets the network alert access type. |
|
RemoteAccess | Gets and sets the remote access level.(Inherited from UserGroupCommonInfoContract.) |
|
RemoteAccessInherited | Gets and sets a value that describes if the remote access level is inherited.(Inherited from UserGroupCommonInfoContract.) |
|
ShareAccess | Gets and sets the share access level.(Inherited from UserGroupCommonInfoContract.) |
|
ShareAccessInherited | Gets and sets a value that describes whether the share access level is inherited.(Inherited from UserGroupCommonInfoContract.) |
|
UserFolder | Gets or sets information about the folder where user account information is stored. |
|
VpnAccess | Gets and sets the VPN access level.(Inherited from UserGroupCommonInfoContract.) |
|
VpnAccessInherited | Gets and sets a value that determines if the VPN access is inherited.(Inherited from UserGroupCommonInfoContract.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines if the current instance is equal to the specified Object.(Overrides Object.Equals(Object).) |
|
Equals(PersonalInfo, PersonalInfo) | Determines if the two PersonalInfo objects are equal to each other. |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Returns a hash code for the current instance.(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