Retrieves the ready-to-use search clause for the search folder
description item.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As SearchFolderDescriptionItem
Dim propertyPrefix As String
Dim resultObject As ResultObjectBase
Dim forceLikeClause As Boolean
Dim returnValue As String
returnValue = instance.SearchClause(propertyPrefix, resultObject, forceLikeClause)
|
Syntax
Visual Basic |
Public Overridable Function SearchClause ( _
propertyPrefix As String, _
resultObject As ResultObjectBase, _
forceLikeClause As Boolean _
) As String
|
C# |
public virtual string SearchClause (
string propertyPrefix,
ResultObjectBase resultObject,
bool forceLikeClause
)
|
C++ |
public:
virtual String^ SearchClause (
String^ propertyPrefix,
ResultObjectBase^ resultObject,
bool forceLikeClause
)
|
J# |
public String SearchClause (
String propertyPrefix,
ResultObjectBase resultObject,
boolean forceLikeClause
)
|
JScript |
public function SearchClause (
propertyPrefix : String,
resultObject : ResultObjectBase,
forceLikeClause : boolean
) : String
|
Parameters
- propertyPrefix
-
[in] Property prefix.
- resultObject
-
[in]
ResultObjectBase object.
- forceLikeClause
-
[in] true to force similar clauses.
Return Value
Ready-to-use search clause.
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 Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also