ManagementPackClassProperty.RegExObject Property

Definition

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

public:
 property System::Text::RegularExpressions::Regex ^ RegExObject { System::Text::RegularExpressions::Regex ^ get(); void set(System::Text::RegularExpressions::Regex ^ value); };
public System.Text.RegularExpressions.Regex RegExObject { get; set; }
member this.RegExObject : System.Text.RegularExpressions.Regex with get, set
Public Property RegExObject As Regex

Property Value

The regular expression object.

Applies to