Share via


IPjMembershipUser.IsLockedOut property

NOTE: This API is now obsolete.

Gets 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")> _
ReadOnly Property IsLockedOut As Boolean
    Get
'Usage
Dim instance As IPjMembershipUser
Dim value As Boolean

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

Property value

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

See also

Reference

IPjMembershipUser interface

IPjMembershipUser members

Microsoft.Office.Project.Server.Library namespace