PersonalInformation Class

 

Represents personal information that is associated with a user account.

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

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

public ref class PersonalInformation 

NameDescription
System_CAPS_pubmethodPersonalInformation()

Initializes a new instance of the PersonalInformation class.

NameDescription
System_CAPS_pubpropertyAccountName

Gets the name of the user account.

System_CAPS_pubpropertyFirstName

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

System_CAPS_pubpropertyLastName

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

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: