Partager via


QueryDescription.SearchFolderQueryOnly Property

Gets or sets a value that indicates whether the query is processed only when the user is navigating a search folder.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As QueryDescription
Dim value As Boolean

value = instance.SearchFolderQueryOnly

instance.SearchFolderQueryOnly = value

Syntax

'Declaration
<DefaultValueAttribute(False)> _
<XmlAttributeAttribute("SearchFolderQueryOnly")> _
Public Property SearchFolderQueryOnly As Boolean
[DefaultValueAttribute(false)] 
[XmlAttributeAttribute("SearchFolderQueryOnly")] 
public bool SearchFolderQueryOnly { get; set; }
[DefaultValueAttribute(false)] 
[XmlAttributeAttribute(L"SearchFolderQueryOnly")] 
public:
property bool SearchFolderQueryOnly {
    bool get ();
    void set (bool value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public boolean get_SearchFolderQueryOnly ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_SearchFolderQueryOnly (boolean value)
DebuggerStepThroughAttribute 
public function get SearchFolderQueryOnly () : boolean

DebuggerStepThroughAttribute 
public function set SearchFolderQueryOnly (value : boolean)

Property Value

true if the query is processed for search folders only; otherwise false.

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

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