PersonalInformation Class
Represents personal information that is associated with a user account.
Assembly: Wssg.Web (in Wssg.Web.dll)
| Name | Description | |
|---|---|---|
![]() | PersonalInformation() | Initializes a new instance of the PersonalInformation class. |
| Name | Description | |
|---|---|---|
![]() | AccountName | Gets the name of the user account. |
![]() | FirstName | Gets the first name that is associated with the user account. |
![]() | LastName | Gets the last name that is associated with the user account. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Community Additions
ADD
Show:


