Gets and sets the name of the filter.
public string FilterName {get; set;}
public: __property string* get_FilterName();
public: __property void set_FilterName(
string* value
);
'Declaration
Public Property FilterName As String
'Usage
Dim instance As Filter
Dim value As String
instance.FilterName = value
value = instance.FilterName
Property Value
A string value which represents the name of the filter.