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)

Syntax

'Declaration
Public Property FilterValues As String()
public string[] FilterValues { get; set; }
public:
property array<String^>^ FilterValues {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member FilterValues : string[] with get, set
function get FilterValues () : String[]
function set FilterValues (value : String[])

Property Value

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

.NET Framework Security

See Also

Reference

LinkFilter Class

Microsoft.TeamFoundation Namespace