ManagementPackProperty.RegExObject Property
Gets or sets the regular expression used in validating strings.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As ManagementPackProperty
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
Returns Regex.
The regular expression used in validating 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 Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackProperty Class
ManagementPackProperty Members
Microsoft.EnterpriseManagement.Configuration Namespace