Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NOTE: This API is now obsolete.
Gets or sets a value that indicates whether the user is approved for Project Server.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<ObsoleteAttribute("in o15")> _
Public Property IsApproved As Boolean
Get
Set
'Usage
Dim instance As PjMembershipUser
Dim value As Boolean
value = instance.IsApproved
instance.IsApproved = value
[ObsoleteAttribute("in o15")]
public bool IsApproved { get; set; }
Property value
Type: System.Boolean
True if the user is approved for Project Server; otherwise, False.