IContactCounters Property |
Contact Counters - when was the company last contacted, how much was the most recent sale. May return an error if the Sales Intelligence license is missing.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxICounters Counters { get; }
ReadOnly Property Counters As ICounters
Get
Dim instance As IContact
Dim value As ICounters
value = instance.Counters
property ICounters^ Counters {
ICounters^ get ();
}
Property Value
Type:
ICounters
See Also