IActivityLinksPersons Property |
The list of persons attached to the appointment/sale/document/project/contact/seection
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIPersons2 Persons { get; }
ReadOnly Property Persons As IPersons2
Get
Dim instance As IActivityLinks
Dim value As IPersons2
value = instance.Persons
property IPersons2^ Persons {
IPersons2^ get ();
}
Property Value
Type:
IPersons2
See Also