LinkFilter.FilterType Property

Gets or sets the FilterType.

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

Syntax

'宣言
Public Property FilterType As FilterType
    Get
    Set
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

See Also

Reference

LinkFilter Class

Microsoft.TeamFoundation Namespace