Compartilhar via


ActionDescription.ValidInSearchFolder Property

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

'Usage
Dim instance As ActionDescription
Dim value As Boolean

value = instance.ValidInSearchFolder

instance.ValidInSearchFolder = value

Syntax

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

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

Reference

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