Initializes a new instance of SearchFolderDescription.SearchFolderDescriptionItem. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim propertyName As String
Dim uiPropertyName As String
Dim searchString As List(Of String)

Dim instance As New SearchFolderDescriptionItem(propertyName, uiPropertyName, searchString)

Syntax

Visual Basic
Public Sub New ( _
		propertyName As String, _
		uiPropertyName As String, _
		searchString As List(Of String) _
)
C#
public SearchFolderDescriptionItem (
		string propertyName,
		string uiPropertyName,
		List<string> searchString
)
C++
public:
SearchFolderDescriptionItem (
		String^ propertyName, 
		String^ uiPropertyName, 
		List<String^>^ searchString
)
J#
public SearchFolderDescriptionItem (
		String propertyName, 
		String uiPropertyName, 
		List<String> searchString
)
JScript
public function SearchFolderDescriptionItem (
		propertyName : String, 
		uiPropertyName : String, 
		searchString : List<String>
)

Parameters

propertyName

[in] Property name that is reflected by the search folder item. See the PropertyName property.

uiPropertyName

[in] Name of the property in the user interface. See the UIPropertyName property.

searchString

[in] System.Collections.Generic.List object that represents the search strings. See the SearchStrings property.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also