Share via


PersonalInformation Class

 

Represents personal information that is associated with a user account.

Namespace:   Microsoft.WindowsServerSolutions.Web.Security
Assembly:  Wssg.Web (in Wssg.Web.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Web.Security.PersonalInformation

Syntax

public class PersonalInformation
public ref class PersonalInformation 
Public Class PersonalInformation

Constructors

Name Description
System_CAPS_pubmethod PersonalInformation()

Initializes a new instance of the PersonalInformation class.

Properties

Name Description
System_CAPS_pubproperty AccountName

Gets the name of the user account.

System_CAPS_pubproperty FirstName

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

System_CAPS_pubproperty LastName

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This class supports the infrastructure and is not intended to be used directly from your code.

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.Web.Security Namespace

Return to top