QueryCriteria.GetInvalidCriteriaElements Method
Retrieves the criteria elements that are not valid.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim returnValue As IList(Of String)
returnValue = Me.GetInvalidCriteriaElements
Syntax
'Declaration
Protected Overridable Function GetInvalidCriteriaElements As IList(Of String)
protected virtual IList<string> GetInvalidCriteriaElements ()
protected:
virtual IList<String^>^ GetInvalidCriteriaElements ()
protected IList<String> GetInvalidCriteriaElements ()
protected function GetInvalidCriteriaElements () : IList<String>
Return Value
The criteria elements that are not valid.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
QueryCriteria Generic Class
QueryCriteria Members
Microsoft.EnterpriseManagement.Common Namespace