ManagementClassPropertyDescription.SearchFolderListItemsQuery Property

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

'Usage
Dim instance As ManagementClassPropertyDescription
Dim value As String

value = instance.SearchFolderListItemsQuery

instance.SearchFolderListItemsQuery = value

Syntax

'Declaration
<XmlElementAttribute("SearchFolderListItemsQuery")> _
Public Property SearchFolderListItemsQuery As String
[XmlElementAttribute("SearchFolderListItemsQuery")] 
public string SearchFolderListItemsQuery { get; set; }
[XmlElementAttribute(L"SearchFolderListItemsQuery")] 
public:
property String^ SearchFolderListItemsQuery {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_SearchFolderListItemsQuery ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_SearchFolderListItemsQuery (String value)
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

Reference

ManagementClassPropertyDescription Class
ManagementClassPropertyDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace