BPM.Server
ContainsUser Method



Syntax
'Declaration
 
Public Function ContainsUser( _
   ByVal account As String _
) As Boolean
'Usage
 
Dim instance As MemberCollection
Dim account As String
Dim value As Boolean
 
value = instance.ContainsUser(account)
public bool ContainsUser( 
   string account
)
public:
bool ContainsUser( 
   String^ account
) 

Parameters

account
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MemberCollection Class
MemberCollection Members

Send Feedback