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
Visual Basic |
Dim instance As QueryDescription
Dim value As Boolean
value = instance.SearchFolderQueryOnly
instance.SearchFolderQueryOnly = value
|
Syntax
Visual Basic |
<DefaultValueAttribute(False)> _
<XmlAttributeAttribute("SearchFolderQueryOnly")> _
Public Property SearchFolderQueryOnly As Boolean
|
C# |
[DefaultValueAttribute(false)]
[XmlAttributeAttribute("SearchFolderQueryOnly")]
public bool SearchFolderQueryOnly { get; set; }
|
C++ |
[DefaultValueAttribute(false)]
[XmlAttributeAttribute(L"SearchFolderQueryOnly")]
public:
property bool SearchFolderQueryOnly {
bool get ();
void set (bool value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public boolean get_SearchFolderQueryOnly ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_SearchFolderQueryOnly (boolean value)
|
JScript |
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