BPM.Server
Find Method (UserCollection)



Syntax
'Declaration
 
Public Function Find( _
   ByVal match As Predicate(Of User) _
) As User
'Usage
 
Dim instance As UserCollection
Dim match As Predicate(Of User)
Dim value As User
 
value = instance.Find(match)
public User Find( 
   Predicate<User> match
)
public:
User^ Find( 
   Predicate<User^>^ match
) 

Parameters

match
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

UserCollection Class
UserCollection Members

Send Feedback