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

Visual Basic
Dim instance As ManagementClassPropertyDescription
Dim value As String

value = instance.SearchFolderWhereClausePropertyPrefix

instance.SearchFolderWhereClausePropertyPrefix = value

Syntax

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

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_SearchFolderWhereClausePropertyPrefix (String value)
JScript
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