RegExpObject.source Property

Definition

Gets the regular expression pattern that is represented by this object.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ source { System::String ^ get(); };
public string source { get; }
member this.source : string
Public ReadOnly Property source As String

Property Value

The regular expression pattern that is represented by this object.

Applies to

See also