|
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
)
Function IncludeProperty (
property As PropertyInfo
) As IConfigurableTrackableType
Parameters
- property
- Type: System.ReflectionPropertyInfo
The property to configure
Return Value
Type:
IConfigurableTrackableTypeCurrent configurable trackable type
See Also