EventRecorderTCallCount Property |
Gets the number of times the event has been raised.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int CallCount { get; }
Public ReadOnly Property CallCount As Integer
Get
public:
property int CallCount {
int get ();
}
member CallCount : int with get
Property Value
Type:
Int32See Also