Gets or sets the FilterType.
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Property FilterType As FilterType
public FilterType FilterType { get; set; }
public:
property FilterType FilterType {
    FilterType get ();
    void set (FilterType value);
}
member FilterType : FilterType with get, set
function get FilterType () : FilterType 
function set FilterType (value : FilterType)
Property Value
Type: Microsoft.TeamFoundation.FilterType
The FilterType.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.