Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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:
ArtifactType: filter by the ArtifactType string.
ToolType: filter by the tool type string.
.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.