Click or drag to resize

IConfigurableTrackableTypeIncludeProperty Method

Configures a given property to be tracked for current type. The property must be declared on the type being configured.

Namespace:  TrackerDog.Configuration
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
IConfigurableTrackableType IncludeProperty(
	PropertyInfo property
)

Parameters

property
Type: System.ReflectionPropertyInfo
The property to configure

Return Value

Type: IConfigurableTrackableType
Current configurable trackable type
See Also