ManagementClassPropertyDescription.SearchFolderWhereClausePropertyPrefix Property

Gets or sets the search folder WHERE clause property prefix.

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.SearchFolderWhereClausePropertyPrefix

instance.SearchFolderWhereClausePropertyPrefix = value

Syntax

'Declaration
<XmlElementAttribute("SearchFolderWhereClausePropertyPrefix")> _
Public Property SearchFolderWhereClausePropertyPrefix As String
[XmlElementAttribute("SearchFolderWhereClausePropertyPrefix")] 
public string SearchFolderWhereClausePropertyPrefix { get; set; }
[XmlElementAttribute(L"SearchFolderWhereClausePropertyPrefix")] 
public:
property String^ SearchFolderWhereClausePropertyPrefix {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_SearchFolderWhereClausePropertyPrefix ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_SearchFolderWhereClausePropertyPrefix (String value)
DebuggerStepThroughAttribute 
public function get SearchFolderWhereClausePropertyPrefix () : String

DebuggerStepThroughAttribute 
public function set SearchFolderWhereClausePropertyPrefix (value : String)

Property Value

Prefix string.

Remarks

The WHERE clause property prefix is prepended to the name of the property used to generate the search folder query. The amended name is used for queries that include JOIN criteria in the base query.

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