Share via


LinkFilter.FilterType Property

Gets or sets a property that specifies how to filter the results of a query method.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Property FilterType As FilterType
'Usage
Dim instance As LinkFilter 
Dim value As FilterType 

value = instance.FilterType

instance.FilterType = value
public FilterType FilterType { get; set; }
public:
property FilterType FilterType {
    FilterType get ();
    void set (FilterType value);
}
public function get FilterType () : FilterType 
public function set FilterType (value : FilterType)

Property Value

Type: Microsoft.TeamFoundation.FilterType

Remarks

Results can be filtered by using any one of the following:

.NET Framework Security

See Also

Reference

LinkFilter Class

LinkFilter Members

Microsoft.TeamFoundation Namespace