Returns true if the person exists in the list.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool Exists(
int i_PersonId
)
Function Exists (
i_PersonId As Integer
) As Boolean
Dim instance As IPersons
Dim i_PersonId As Integer
Dim returnValue As Boolean
returnValue = instance.Exists(i_PersonId)
bool Exists(
[InAttribute] int i_PersonId
)
Parameters
- i_PersonId
- Type: SystemInt32
Return Value
Type:
Boolean
See Also