다음을 통해 공유


ActionDescription.MatchValueToTest Property

Gets or sets a regular expression that is run against the MatchPattern property to determine when the action is operational.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As ActionDescription
Dim value As String

value = instance.MatchValueToTest

instance.MatchValueToTest = value

Syntax

'Declaration
<XmlElementAttribute("MatchValueToTest", IsNullable:=False)> _
Public Property MatchValueToTest As String
[XmlElementAttribute("MatchValueToTest", IsNullable=false)] 
public string MatchValueToTest { get; set; }
[XmlElementAttribute(L"MatchValueToTest", IsNullable=false)] 
public:
property String^ MatchValueToTest {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_MatchValueToTest ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_MatchValueToTest (String value)
DebuggerStepThroughAttribute 
public function get MatchValueToTest () : String

DebuggerStepThroughAttribute 
public function set MatchValueToTest (value : String)

Property Value

Match value to test string.

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

ActionDescription Class
ActionDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ActionDescription.MatchPattern Property