DataPA Enterprise Dashboard Controls API Reference
Gets a collection of RunDataPA.Field objects that represent the orphaned required fields for this query.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Collection OrphanedRequiredFields { get; }
Visual Basic
Public ReadOnly Property OrphanedRequiredFields As Collection
	Get
Visual C++
public:
virtual property Collection^ OrphanedRequiredFields {
	Collection^ get () sealed;
}

Property Value

Type: Collection
A collection of RunDataPA.Field objects that represent the orphaned required fields for this query.

Return Value

Type: Collection
A collection of RunDataPA.Field objects that represent the orphaned required fields for this query.

Remarks