[Missing <summary> documentation for "P:Bespoke.Robotics.BrainStem.ServoConfiguration.Enabled"]

Namespace:  Bespoke.Robotics.BrainStem
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool Enabled { get; set; }
Visual Basic (Declaration)
Public Property Enabled As Boolean
Visual C++
public:
property bool Enabled {
	bool get ();
	void set (bool value);
}

See Also