Bridge

Regex..::..Global Property

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

Syntax


[FieldPropertyAttribute]
[NameAttribute]
public bool Global { get; }
<FieldPropertyAttribute> _
<NameAttribute> _
Public ReadOnly Property Global As Boolean
	Get
[FieldPropertyAttribute]
[NameAttribute]
public:
property bool^ Global {
	bool^ get ();
}