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
Visual Basic |
Dim instance As ManagementClassPropertyDescription
Dim value As String
value = instance.SearchFolderWhereClauseProperty
instance.SearchFolderWhereClauseProperty = value
|
Syntax
Visual Basic |
<XmlElementAttribute("SearchFolderWhereClauseProperty")> _
Public Property SearchFolderWhereClauseProperty As String
|
C# |
[XmlElementAttribute("SearchFolderWhereClauseProperty")]
public string SearchFolderWhereClauseProperty { get; set; }
|
C++ |
[XmlElementAttribute(L"SearchFolderWhereClauseProperty")]
public:
property String^ SearchFolderWhereClauseProperty {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_SearchFolderWhereClauseProperty ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_SearchFolderWhereClauseProperty (String value)
|
JScript |
DebuggerStepThroughAttribute
public function get SearchFolderWhereClauseProperty () : String
DebuggerStepThroughAttribute
public function set SearchFolderWhereClauseProperty (value : String)
|
Property Value
Name string.
Remarks
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