Bridge

Regex..::..Source Property

Namespace:  Bridge.Text.RegularExpressions
Assembly:  Bridge (in Bridge.dll)

Syntax


[FieldPropertyAttribute]
[NameAttribute]
public string Source { get; }
<FieldPropertyAttribute> _
<NameAttribute> _
Public ReadOnly Property Source As String
	Get
[FieldPropertyAttribute]
[NameAttribute]
public:
property String^ Source {
	String^ get ();
}