Checks if the filter is valid.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Function FilterIsValid ( _
    <OutAttribute> ByRef error As String _
) As Boolean
public bool FilterIsValid(
    out string error
)
public:
bool FilterIsValid(
    [OutAttribute] String^% error
)
member FilterIsValid : 
        error:string byref -> bool
public function FilterIsValid(
    error : String
) : boolean
Parameters
- error 
 Type: System.String%- The error message if the filter is not valid. 
Return Value
Type: System.Boolean
true if filter is valid, false otherwise.
.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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace