Filter Name Property TIBCO Spotfire 6.0 API Reference
Gets or sets the name of this filter. The filter name is the same as the name of the referenced data column.

Namespace: Spotfire.Dxp.Application.Filters
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public string Name { get; set; }

Property Value

Type: String
The name of this filter which is unique among all filters.
Exceptions

ExceptionCondition
System ArgumentNullException the property is set to null.
System ArgumentException the property is set to an empty string or a string that contains whitespaces only. Also thrown if the property is set to a value that is not unique (that is, a value that is currently in use by another filter).
See Also