CADability dotNET
Gets the method or property name for this ReversibleChange

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

Syntax

C#
public string MethodOrPropertyName { get; }
Visual Basic
Public ReadOnly Property MethodOrPropertyName As String
	Get
Visual C++
public:
property String^ MethodOrPropertyName {
	String^ get ();
}

See Also