DashboardFilterConditionValue Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that will be compared to the dataset column value.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Object Value { get; set; }
Public Property Value As Object
Get
Set
public:
virtual property Object^ Value {
Object^ get () sealed;
void set (Object^ value) sealed;
}
function get_Value();
function set_Value(value);
Property Value
Type:
ObjectThe value that will be compared to the dataset column value.
Return Value
Type:
ObjectThe value that will be compared to the dataset column value.
Remarks See Also