Click or drag to resize

ITrackableTypeIncludedProperties Property

Gets which properties should be tracked for the tracked type.

Namespace:  TrackerDog.Configuration
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
IImmutableSet<PropertyInfo> IncludedProperties { get; }

Property Value

Type: IImmutableSetPropertyInfo
See Also