Compartilhar via


ManagementPackClassProperty.RegExObject Property

Gets or sets the regular expression that is used in validating strings.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ManagementPackClassProperty
Dim value As Regex

value = instance.RegExObject

instance.RegExObject = value

Syntax

'Declaration
Public Property RegExObject As Regex
public Regex RegExObject { get; set; }
public:
property Regex^ RegExObject {
    Regex^ get ();
    void set (Regex^ value);
}
/** @property */
public Regex get_RegExObject ()

/** @property */
public void set_RegExObject (Regex value)
public function get RegExObject () : Regex

public function set RegExObject (value : Regex)

Property Value

The regular expression object.

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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackClassProperty Class
ManagementPackClassProperty Members
Microsoft.EnterpriseManagement.Configuration Namespace