ActionDescription.MatchPattern Property
Gets or sets a value that is run against the MatchValueToTest 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.MatchPattern
instance.MatchPattern = value
Syntax
'Declaration
<XmlElementAttribute("MatchPattern", IsNullable:=False)> _
Public Property MatchPattern As String
[XmlElementAttribute("MatchPattern", IsNullable=false)]
public string MatchPattern { get; set; }
[XmlElementAttribute(L"MatchPattern", IsNullable=false)]
public:
property String^ MatchPattern {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_MatchPattern ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_MatchPattern (String value)
DebuggerStepThroughAttribute
public function get MatchPattern () : String
DebuggerStepThroughAttribute
public function set MatchPattern (value : String)
Property Value
Match pattern 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
MatchValueToTest