This documentation is archived and is not being maintained.

LinkFilter::FilterValues Property

Gets or sets the array of strings used to filter.

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

public:
property array<String^>^ FilterValues {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

Property Value

Type: array<System::String>
The array of strings used to filter.

Show: