PjMembershipUser class
NOTE: This API is now obsolete.
Contains information about a Project Server user, for serialization on the network.
Inheritance hierarchy
System.Object
Microsoft.Office.Project.Server.Library.PjMembershipUser
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ObsoleteAttribute("in o15")> _
Public Class PjMembershipUser _
Implements IPjMembershipUser
'Usage
Dim instance As PjMembershipUser
[SerializableAttribute]
[ObsoleteAttribute("in o15")]
public class PjMembershipUser : IPjMembershipUser
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.