'Declaration
Public Overloads Shared Function Find( _ ByVal queryName As System.String _ ) As System.Collections.Generic.ICollection(Of Credential)
'Usage
Dim queryName As System.String Dim value As System.Collections.Generic.ICollection(Of Credential) value = Credential.Find(queryName)
public static System.Collections.Generic.ICollection<Credential> Find( System.string queryName )
Parameters
- queryName
- Username search specification.
Return Value
The new CredentialList.