CADability dotNET
The unique name of the attribute

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

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

See Also