Gets or sets a value changing the meaning of ^ and $ so they match at the beginning and end, respectively, of any line, and not just the beginning and end of the entire string.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Multiline As Boolean |
C# |
---|
public bool Multiline { get; set; } |
C++ |
---|
public property bool Multiline sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_Multiline(); /** property */ public void set_Multiline(bool value); |
JScript |
---|
public function get Multiline() : bool public function set Multiline(value : bool); |
Property Value
if multiline; otherwise,
.
See Also
Documentation version 1.0.0.0.