IFindPersonsByName Method |
find collection of Persons by first and/or last name
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIPersons PersonsByName(
string FirstName,
string LastName
)
Function PersonsByName (
FirstName As String,
LastName As String
) As IPersons
Dim instance As IFind
Dim FirstName As String
Dim LastName As String
Dim returnValue As IPersons
returnValue = instance.PersonsByName(FirstName,
LastName)
IPersons^ PersonsByName(
[InAttribute] String^ FirstName,
[InAttribute] String^ LastName
)
Parameters
- FirstName
- Type: SystemString
- LastName
- Type: SystemString
Return Value
Type:
IPersons
See Also