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
- 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.