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.

Constructors

  Name Description
Public method PjMembershipUser() Instantiates an empty PjMembershipUser object.
Public method 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

Properties

  Name Description
Public property Comment Gets text information about a user.
Public property CreationDate Gets the date the Project Server user was created.
Public property DelegateGuid Gets the GUID of a delegate for the user.
Public property DelegateName Gets the name of a delegate for the user.
Public property Email Gets the email address of the user.
Public property IsApproved Indicates whether the user is approved for Project Server.
Public property IsLockedOut Indicates whether the user is locked out.
Public property IsOnline Indicates whether the user is online.
Public property LastActivityDate Gets the date of the last user activity on Project Server.
Public property LastLockoutDate Gets the most recent date the user was locked out.
Public property LastLoginDate Gets the most recent date the user logged on Project Server.
Public property LastPasswordChangeDate Gets the most recent date the user’s password was changed.
Public property PasswordQuestion Gets the password question for the user.
Public property UserId Gets the identification number for the user.
Public property UserName Gets the name of the user.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

PjMembershipUser Class

Microsoft.Office.Project.Server.Library Namespace