PjMembershipUser.IsLockedOut property

NOTE: This API is now obsolete.

Gets or sets a value that indicates whether the user is locked out.

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 IsLockedOut As Boolean
    Get
    Set
'Usage
Dim instance As PjMembershipUser
Dim value As Boolean

value = instance.IsLockedOut

instance.IsLockedOut = value
[ObsoleteAttribute("in o15")]
public bool IsLockedOut { get; set; }

Property value

Type: System.Boolean
True if the user is locked out; otherwise, False.

Implements

IPjMembershipUser.IsLockedOut

See also

Reference

PjMembershipUser class

PjMembershipUser members

Microsoft.Office.Project.Server.Library namespace