DashboardFilterConditionColumnName Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the name of the column this filter will be applied to.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string ColumnName { get; set; }
Public Property ColumnName As String
Get
Set
public:
virtual property String^ ColumnName {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ColumnName();
function set_ColumnName(value);
Property Value
Type:
StringThe name of the column this filter will be applied to.
Return Value
Type:
StringThe name of the column this filter will be applied to.
Remarks If a column with the column name specified by this property does not exist in the data set, this condition will be ignored.
See Also