DataPA Enterprise Dashboard Controls API Reference
Gets the a RunDataPA.Field object that represents the required field this event relates to.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public Field RequiredField { get; } |
Visual Basic |
---|
Public ReadOnly Property RequiredField As Field
Get |
Visual C++ |
---|
public:
virtual property Field^ RequiredField {
Field^ get () sealed;
} |
Return Value
Type:
FieldThe a RunDataPA.Field object that represents the required field this event relates to.
Remarks
See Also