Gets an array of related BaseField objects that belong to the parent

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

Syntax

C#
public BaseField[] Fields { get; }
Visual Basic (Declaration)
Public ReadOnly Property Fields As BaseField()
Visual C++
public:
property array<BaseField^>^ Fields {
	array<BaseField^>^ get ();
}

Field Value

An array of related BaseField objects that belong this instance

Remarks

See Also