ManagementClassPropertyDescription.SearchFolderListItemsDisplayPropertyName Property
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
'Usage
Dim instance As ManagementClassPropertyDescription
Dim value As String
value = instance.SearchFolderListItemsDisplayPropertyName
instance.SearchFolderListItemsDisplayPropertyName = value
Syntax
'Declaration
<XmlElementAttribute("SearchFolderListItemsDisplayPropertyName")> _
Public Property SearchFolderListItemsDisplayPropertyName As String
[XmlElementAttribute("SearchFolderListItemsDisplayPropertyName")]
public string SearchFolderListItemsDisplayPropertyName { get; set; }
[XmlElementAttribute(L"SearchFolderListItemsDisplayPropertyName")]
public:
property String^ SearchFolderListItemsDisplayPropertyName {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_SearchFolderListItemsDisplayPropertyName ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_SearchFolderListItemsDisplayPropertyName (String value)
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
Reference
ManagementClassPropertyDescription Class
ManagementClassPropertyDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace