Returns a Find object - has search functions that return collections
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property Find As IFind
Get
Dim instance As IDatabase
Dim value As IFind
value = instance.Find
property IFind^ Find {
IFind^ get ();
}
Property Value
Type:
IFind
See Also