Partilhar via


SearchFolderDescription.SearchFolderDescriptionItem Constructor (String, String, Generic List)

Initializes a new instance of SearchFolderDescription.SearchFolderDescriptionItem.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim propertyName As String
Dim uiPropertyName As String
Dim searchString As List(Of String)

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

Syntax

'Declaration
Public Sub New ( _
    propertyName As String, _
    uiPropertyName As String, _
    searchString As List(Of String) _
)
public SearchFolderDescriptionItem (
    string propertyName,
    string uiPropertyName,
    List<string> searchString
)
public:
SearchFolderDescriptionItem (
    String^ propertyName, 
    String^ uiPropertyName, 
    List<String^>^ searchString
)
public SearchFolderDescriptionItem (
    String propertyName, 
    String uiPropertyName, 
    List<String> searchString
)
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

Reference

SearchFolderDescription.SearchFolderDescriptionItem Class
SearchFolderDescription.SearchFolderDescriptionItem Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
PropertyName
SearchStrings
UIPropertyName