Gets or sets the list of regular expressions in the library. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim value As SortedList(Of String, String)

value = RegExLibrary.ExpressionList

RegExLibrary.ExpressionList = value

Syntax

Visual Basic
Public Shared Property ExpressionList As SortedList(Of String, String)
C#
public static SortedList<string,string> ExpressionList { get; set; }
C++
public:
static property SortedList<String^, String^>^ ExpressionList {
		SortedList<String^, String^>^ get ();
		void set (SortedList<String^, String^>^ value);
}
J#
/** @property */
public static SortedList<String,String> get_ExpressionList ()

/** @property */
public static void set_ExpressionList (SortedList<String,String> value)
JScript
public static function get ExpressionList () : SortedList<String,String>

public static function set ExpressionList (value : SortedList<String,String>)

Property Value

System.Collections.Generic.SortedList object representing regular expression 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