Gets or sets the search folder list items query that is executed to
build the list of items that are displayed in the search folder
chooser dialog box.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim instance As ManagementClassPropertyDescription
Dim value As String
value = instance.SearchFolderListItemsQuery
instance.SearchFolderListItemsQuery = value
|
Syntax
Visual Basic |
<XmlElementAttribute("SearchFolderListItemsQuery")> _
Public Property SearchFolderListItemsQuery As String
|
C# |
[XmlElementAttribute("SearchFolderListItemsQuery")]
public string SearchFolderListItemsQuery { get; set; }
|
C++ |
[XmlElementAttribute(L"SearchFolderListItemsQuery")]
public:
property String^ SearchFolderListItemsQuery {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_SearchFolderListItemsQuery ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_SearchFolderListItemsQuery (String value)
|
JScript |
DebuggerStepThroughAttribute
public function get SearchFolderListItemsQuery () : String
DebuggerStepThroughAttribute
public function set SearchFolderListItemsQuery (value : String)
|
Property Value
Query string.
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