Gets or sets the name of the search folder list items display property. The name is displayed to the user in the search folder criteria dialog box. 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.SearchFolderListItemsDisplayPropertyName

instance.SearchFolderListItemsDisplayPropertyName = value

Syntax

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

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

DebuggerStepThroughAttribute 
public function set SearchFolderListItemsDisplayPropertyName (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