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

Syntax

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

Implements

IVertex..::..Enabled

See Also