PjMembershipUser.IsLockedOut Property
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
Public Property IsLockedOut As Boolean
Get
Set
'Usage
Dim instance As PjMembershipUser
Dim value As Boolean
value = instance.IsLockedOut
instance.IsLockedOut = value
public bool IsLockedOut { get; set; }
Property Value
Type: System.Boolean