Share via


ReverseEngineerFilterElement.FilterType Property

Gets or sets the type of filter.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property FilterType As ReverseEngineerFilterType
public ReverseEngineerFilterType FilterType { get; private set; }
public:
property ReverseEngineerFilterType FilterType {
    ReverseEngineerFilterType get ();
    private: void set (ReverseEngineerFilterType value);
}
member FilterType : ReverseEngineerFilterType with get, private set
function get FilterType () : ReverseEngineerFilterType
private function set FilterType (value : ReverseEngineerFilterType)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ReverseEngineerFilterType
The filter type.

.NET Framework Security

See Also

Reference

ReverseEngineerFilterElement Class

Microsoft.Data.Schema.SchemaModel Namespace

ReverseEngineerFilterType