IActivityLinksProjects Property |
The list of projects attached to the appointment/sale/document/project
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIProjects2 Projects { get; }
ReadOnly Property Projects As IProjects2
Get
Dim instance As IActivityLinks
Dim value As IProjects2
value = instance.Projects
property IProjects2^ Projects {
IProjects2^ get ();
}
Property Value
Type:
IProjects2
See Also