Click or drag to resize

TrackableT(String, Boolean) Constructor

Creates a new instance of the TrackableT class.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax
public Trackable(
	string propertyName,
	bool autoTrack
)
View Source

Parameters

propertyName  String
The name of the property being tracked.
autoTrack  Boolean
Determines the behavior of the setter for the CurrentValue property. Set to false to track only the original and current values.
See Also