IStatusMonitorNumMatches Property |
Number of records that matched the criteria when the monitor was last generated
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property NumMatches As Integer
Get
Dim instance As IStatusMonitor
Dim value As Integer
value = instance.NumMatches
property int NumMatches {
int get ();
}
Property Value
Type:
Int32
See Also