Bridge

Regex..::..Multiline Property

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

Syntax


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