IFindProjectsByName Method |
Find collection of Projects using names. If name ends in % then a begins with search is done.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIProjects ProjectsByName(
string Name
)
Function ProjectsByName (
Name As String
) As IProjects
Dim instance As IFind
Dim Name As String
Dim returnValue As IProjects
returnValue = instance.ProjectsByName(Name)
IProjects^ ProjectsByName(
[InAttribute] String^ Name
)
Parameters
- Name
- Type: SystemString
Return Value
Type:
IProjects
See Also