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

Syntax

C#
public GraphExecutiveState State { get; private set; }
Visual Basic
Public Property State As GraphExecutiveState
	Get
	Private Set
Visual C++
public:
virtual property GraphExecutiveState State {
	GraphExecutiveState get () sealed;
	private: void set (GraphExecutiveState value) sealed;
}

Implements

IGraphExecutive..::..State

See Also