Gets or sets a value that indicates whether the action is valid in the search folder. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ActionDescription
Dim value As Boolean

value = instance.ValidInSearchFolder

instance.ValidInSearchFolder = value

Syntax

Visual Basic
<DefaultValueAttribute(False)> _
<XmlAttributeAttribute("ValidInSearchFolder")> _
Public Property ValidInSearchFolder As Boolean
C#
[DefaultValueAttribute(false)] 
[XmlAttributeAttribute("ValidInSearchFolder")] 
public bool ValidInSearchFolder { get; set; }
C++
[DefaultValueAttribute(false)] 
[XmlAttributeAttribute(L"ValidInSearchFolder")] 
public:
property bool ValidInSearchFolder {
		bool get ();
		void set (bool value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public boolean get_ValidInSearchFolder ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_ValidInSearchFolder (boolean value)
JScript
DebuggerStepThroughAttribute 
public function get ValidInSearchFolder () : boolean

DebuggerStepThroughAttribute 
public function set ValidInSearchFolder (value : boolean)

Property Value

true if the action is valid in the search folder; 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