Gets the system name of the parent field

Namespace:  QFD
Assembly:  QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string SystemName { get; internal set; }
Visual Basic (Declaration)
Public Property SystemName As String
Visual C++
public:
property String^ SystemName {
	String^ get ();
	void set (String^ value);
}

Field Value

The system name of the current instance.

Remarks

See Also