Click or drag to resize

IObjectChangeTrackerGetDynamicTrackingByProperty Method

Gets a dynamic object property tracking by specifying a property name

Namespace:  TrackerDog
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
IObjectPropertyChangeTracking GetDynamicTrackingByProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The dynamic property name

Return Value

Type: IObjectPropertyChangeTracking
The object property tracking
See Also