Enables/disables throttle

Namespace: MPM.PDAG
Assembly: MPM.PDAG (in MPM.PDAG.dll) Version: 1.0.4428.15748

Syntax

C#
bool Enabled { get; set; }
Visual Basic
Property Enabled As Boolean
	Get
	Set
Visual C++
property bool Enabled {
	bool get ();
	void set (bool value);
}

See Also