DashboardFilterConditionFilterParameterID Property |
|
DataPA OpenAnalytics 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 public string FilterParameterID { get; set; }
Public Property FilterParameterID As String
Get
Set
public:
virtual property String^ FilterParameterID {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_FilterParameterID();
function set_FilterParameterID(value);
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