Accusoft.ThumbnailXpress6.Net
FilterName Property




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

Property Value

A string value which represents the name of the filter.
See Also

Reference

Filter Class
Filter Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback