MockGetCallPropertySetCounter Method

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

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

public int GetCallPropertySetCounter(
	string propertyName
)

Parameters

propertyName
Type: SystemString
String representation of the Property

Return Value

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

See GetCallCount(String)
See Also

Reference