ManagementClassPropertyDescription.SearchFolderWhereClauseProperty Property
Gets or sets the name of the search folder WHERE clause property that is placed into the search criteria for the search folder results.
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.SearchFolderWhereClauseProperty
instance.SearchFolderWhereClauseProperty = value
Syntax
'Declaration
<XmlElementAttribute("SearchFolderWhereClauseProperty")> _
Public Property SearchFolderWhereClauseProperty As String
[XmlElementAttribute("SearchFolderWhereClauseProperty")]
public string SearchFolderWhereClauseProperty { get; set; }
[XmlElementAttribute(L"SearchFolderWhereClauseProperty")]
public:
property String^ SearchFolderWhereClauseProperty {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_SearchFolderWhereClauseProperty ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_SearchFolderWhereClauseProperty (String value)
DebuggerStepThroughAttribute
public function get SearchFolderWhereClauseProperty () : String
DebuggerStepThroughAttribute
public function set SearchFolderWhereClauseProperty (value : String)
Property Value
Name string.
Remarks
The WHERE clause property is obtained from the query that is represented by the SearchFolderListItemsQuery property,
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
ManagementClassPropertyDescription.SearchFolderListItemsQuery Property