Namespace:
QFD
Assembly: QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public ParentField[] ParentFields { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ParentFields As ParentField() |
| Visual C++ |
|---|
public: property array<ParentField^>^ ParentFields { array<ParentField^>^ get (); } |