SearchFolderDescription.SearchFolderDescriptionItem.SearchStrings Property
Gets or sets the search strings for the search folder description item.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SearchFolderDescriptionItem
Dim value As List(Of String)
value = instance.SearchStrings
instance.SearchStrings = value
Syntax
'Declaration
Public Property SearchStrings As List(Of String)
public List<string> SearchStrings { get; set; }
public:
property List<String^>^ SearchStrings {
List<String^>^ get ();
void set (List<String^>^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public List<String> get_SearchStrings ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_SearchStrings (List<String> value)
DebuggerStepThroughAttribute
public function get SearchStrings () : List<String>
DebuggerStepThroughAttribute
public function set SearchStrings (value : List<String>)
Property Value
System.Collections.Generic.List object that represents the search strings.
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
Reference
SearchFolderDescription.SearchFolderDescriptionItem Class
SearchFolderDescription.SearchFolderDescriptionItem Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace