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

Syntax

C#
public string Name { get; set; }
Visual Basic
Public Property Name As String
	Get
	Set
Visual C++
public:
virtual property String^ Name {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Implements

IVertex..::..Name

See Also