'Declaration
Public Overloads Shared Function Find( _ ByVal queryName As System.String, _ ByVal js As Server _ ) As System.Collections.Generic.ICollection(Of Credential)
'Usage
Dim queryName As System.String Dim js As Server Dim value As System.Collections.Generic.ICollection(Of Credential) value = Credential.Find(queryName, js)
Parameters
- queryName
- Username search specification.
- js
- The JAMS Server to search.
Return Value
The new CredentialList.