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: DataPAEnterpriseDashboard
Assembly: 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: String
A the unique identifier of the ControlPanelObject that represents the filter parameter used to define this filter condition.

Return Value

Type: String
A the unique identifier of the ControlPanelObject that represents the filter parameter used to define this filter condition.

Remarks