IProjectCounters Property |
Project Counters - when was the most recent activity in this project, how many activities were registered in the period. May be NULL 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 IProject
Dim value As ICounters
value = instance.Counters
property ICounters^ Counters {
ICounters^ get ();
}
Property Value
Type:
ICounters
See Also