DataPA Enterprise Dashboard Controls API Reference
Gets a collection of RunDataPA.Field objects that represent the orphaned required fields for this query.
Namespace: DataPAEnterpriseDashboardAssembly: 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:
CollectionA collection of RunDataPA.Field objects that represent the orphaned required fields for this query.
Return Value
Type:
CollectionA collection of RunDataPA.Field objects that represent the orphaned required fields for this query.
Remarks
See Also