MockManagerCalledPropertyGetCounter 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 static int CalledPropertyGetCounter(
	string type,
	string propertyName
)

Parameters

type
Type: SystemString
String representation of Type
propertyName
Type: SystemString
String representation of the Property

Return Value

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

See CalledCounter(String, String)
See Also

Reference