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

Visual Basic
Dim instance As SearchFolderDescriptionItem
Dim value As List(Of String)

value = instance.SearchStrings

instance.SearchStrings = value

Syntax

Visual Basic
Public Property SearchStrings As List(Of String)
C#
public List<string> SearchStrings { get; set; }
C++
public:
property List<String^>^ SearchStrings {
		List<String^>^ get ();
		void set (List<String^>^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public List<String> get_SearchStrings ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_SearchStrings (List<String> value)
JScript
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