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