|
IObjectChangeTrackerGetTrackingByProperty Method (PropertyInfo)
|
Gets an object property tracking by specifying a property
Namespace:
TrackerDog
Assembly:
TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax IDeclaredObjectPropertyChangeTracking GetTrackingByProperty(
PropertyInfo property
)
Function GetTrackingByProperty (
property As PropertyInfo
) As IDeclaredObjectPropertyChangeTracking
Parameters
- property
- Type: System.ReflectionPropertyInfo
The property
Return Value
Type:
IDeclaredObjectPropertyChangeTrackingThe object property tracking
See Also