RegExLibrary.ExpressionList Property
Gets or sets the list of regular expressions in the library.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim value As SortedList(Of String, String)
value = RegExLibrary.ExpressionList
RegExLibrary.ExpressionList = value
Syntax
'Declaration
Public Shared Property ExpressionList As SortedList(Of String, String)
public static SortedList<string,string> ExpressionList { get; set; }
public:
static property SortedList<String^, String^>^ ExpressionList {
SortedList<String^, String^>^ get ();
void set (SortedList<String^, String^>^ value);
}
/** @property */
public static SortedList<String,String> get_ExpressionList ()
/** @property */
public static void set_ExpressionList (SortedList<String,String> value)
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
Reference
RegExLibrary Class
RegExLibrary Members
Microsoft.ConfigurationManagement.AdminConsole Namespace