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