Gets the system name of the parent field
Namespace:
QFDAssembly: 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); } |