PjMembershipUser Members
Include Protected Members
Include Inherited Members
Contains information about a Project Server user, for serialization on the network.
The PjMembershipUser type exposes the following members.
Name | Description | |
---|---|---|
PjMembershipUser() | Instantiates an empty PjMembershipUser object. | |
PjMembershipUser(Guid, String, String, String, String, Boolean, DateTime, DateTime, Boolean, DateTime, Boolean, DateTime, DateTime, Guid, String) | Instantiates a PjMembershipUser object, where the properties are specified. |
Top
Name | Description | |
---|---|---|
Comment | Gets text information about a user. | |
CreationDate | Gets the date the Project Server user was created. | |
DelegateGuid | Gets the GUID of a delegate for the user. | |
DelegateName | Gets the name of a delegate for the user. | |
Gets the email address of the user. | ||
IsApproved | Indicates whether the user is approved for Project Server. | |
IsLockedOut | Indicates whether the user is locked out. | |
IsOnline | Indicates whether the user is online. | |
LastActivityDate | Gets the date of the last user activity on Project Server. | |
LastLockoutDate | Gets the most recent date the user was locked out. | |
LastLoginDate | Gets the most recent date the user logged on Project Server. | |
LastPasswordChangeDate | Gets the most recent date the user’s password was changed. | |
PasswordQuestion | Gets the password question for the user. | |
UserId | Gets the identification number for the user. | |
UserName | Gets the name of the user. |
Top
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top