Gets or sets the name of the search folder list items query class. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ManagementClassPropertyDescription
Dim value As String

value = instance.SearchFolderListItemsQueryClassName

instance.SearchFolderListItemsQueryClassName = value

Syntax

Visual Basic
<XmlElementAttribute("SearchFolderListItemsQueryClassName")> _
Public Property SearchFolderListItemsQueryClassName As String
C#
[XmlElementAttribute("SearchFolderListItemsQueryClassName")] 
public string SearchFolderListItemsQueryClassName { get; set; }
C++
[XmlElementAttribute(L"SearchFolderListItemsQueryClassName")] 
public:
property String^ SearchFolderListItemsQueryClassName {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_SearchFolderListItemsQueryClassName ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_SearchFolderListItemsQueryClassName (String value)
JScript
DebuggerStepThroughAttribute 
public function get SearchFolderListItemsQueryClassName () : String

DebuggerStepThroughAttribute 
public function set SearchFolderListItemsQueryClassName (value : String)

Property Value

Class name.

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