SearchFolderDescription.SearchFolderRawDescriptionItem Constructor (String, String, Generic List)
Initializes a new instance of SearchFolderDescription.SearchFolderRawDescriptionItem for the specified information.
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 SearchFolderRawDescriptionItem(propertyName, uiPropertyName, searchString)
Syntax
'Declaration
Public Sub New ( _
propertyName As String, _
uiPropertyName As String, _
searchString As List(Of String) _
)
public SearchFolderRawDescriptionItem (
string propertyName,
string uiPropertyName,
List<string> searchString
)
public:
SearchFolderRawDescriptionItem (
String^ propertyName,
String^ uiPropertyName,
List<String^>^ searchString
)
public SearchFolderRawDescriptionItem (
String propertyName,
String uiPropertyName,
List<String> searchString
)
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
Reference
SearchFolderDescription.SearchFolderRawDescriptionItem Class
SearchFolderDescription.SearchFolderRawDescriptionItem Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace