PjMembershipUser members
NOTE: This API is now obsolete.
Contains information about a Project Server user, for serialization on the network.
The PjMembershipUser type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PjMembershipUser() | Obsolete. Instantiates an empty PjMembershipUser object. | |
PjMembershipUser(Guid, String, String, String, String, Boolean, DateTime, DateTime, Boolean, DateTime, Boolean, DateTime, DateTime, Guid, String) | Obsolete. Instantiates a PjMembershipUser object, where the properties are specified. |
Top
Properties
Name | Description | |
---|---|---|
Comment | Obsolete. Gets or sets text information about a user. | |
CreationDate | Obsolete. Gets or sets the date that the Project Server user was created. | |
DelegateGuid | Obsolete. Gets or sets the GUID of a delegate for the user. | |
DelegateName | Obsolete. Gets or sets the name of a delegate for the user. | |
Obsolete. Gets or sets the email address of the user. | ||
IsApproved | Obsolete. Gets or sets a value that indicates whether the user is approved for Project Server. | |
IsLockedOut | Obsolete. Gets or sets a value that indicates whether the user is locked out. | |
IsOnline | Obsolete. Gets or sets a value that indicates whether the user is online. | |
LastActivityDate | Obsolete. Gets or sets the date of the last user activity on Project Server. | |
LastLockoutDate | Obsolete. Gets or sets the most recent date the user was locked out. | |
LastLoginDate | Obsolete. Gets or sets the most recent date the user logged on Project Server. | |
LastPasswordChangeDate | Obsolete. Gets or sets the most recent date the user’s password was changed. | |
PasswordQuestion | Obsolete. Gets or sets the password question for the user. | |
UserId | Obsolete. Gets or sets the identification number for the user. | |
UserName | Obsolete. Gets or sets the name of the user. |
Top
Methods
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