MockGetCallPropertyGetCounter Method

Typemock Isolator Developer Guide
Return the amount of times a property has been called

Namespace:  TypeMock
Assembly:  TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax

public int GetCallPropertyGetCounter(
	string propertyName
)

Parameters

propertyName
Type: SystemString
String representation of the Property

Return Value

Type: Int32
Number of times the property has been called
Remarks

See GetCallCount(String)
See Also

Reference