Gets or sets the name of the search folder list items search property. The value of this property, obtained from the selected items in the query results, is the value that is searched during search folder operation. 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.SearchFolderListItemsSearchPropertyName

instance.SearchFolderListItemsSearchPropertyName = value

Syntax

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

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

DebuggerStepThroughAttribute 
public function set SearchFolderListItemsSearchPropertyName (value : String)

Property Value

Name string.

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