DataPA Enterprise Dashboard Controls API Reference
Gets the label of the button pressed to fire this ProcessDataRequest event.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string ProcessLabel { get; } |
Visual Basic |
---|
Public ReadOnly Property ProcessLabel As String
Get |
Visual C++ |
---|
public:
virtual property String^ ProcessLabel {
String^ get () sealed;
} |
Return Value
Type:
StringThe label of the button pressed to fire this ProcessDataRequest event.
Remarks
See Also