DataPA Enterprise Dashboard Controls API Reference
Gets or sets a the unique identifier of the ControlPanelObject that represents the filter parameter used to define this filter condition.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string FilterParameterID { get; set; } |
Visual Basic |
---|
Public Property FilterParameterID As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ FilterParameterID {
String^ get () sealed;
void set (String^ value) sealed;
} |
Property Value
Type:
StringA the unique identifier of the ControlPanelObject that represents the filter parameter used to define this filter condition.
Return Value
Type:
StringA the unique identifier of the ControlPanelObject that represents the filter parameter used to define this filter condition.
Remarks
See Also