IPjMembershipUser.IsApproved property
NOTE: This API is now obsolete.
Gets a value that indicates whether the user is approved.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<ObsoleteAttribute("in o15")> _
ReadOnly Property IsApproved As Boolean
Get
'Usage
Dim instance As IPjMembershipUser
Dim value As Boolean
value = instance.IsApproved
[ObsoleteAttribute("in o15")]
bool IsApproved { get; }
Property value
Type: System.Boolean
True if the membership is approved; otherwise, False.