Initializes a new instance of SearchFolderDescription.SearchFolderRawDescriptionItem for the specified information. 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 SearchFolderRawDescriptionItem(propertyName, uiPropertyName, searchString)

Syntax

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

Parameters

propertyName

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

uiPropertyName

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

searchString

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also