Gets or sets a value changing the meaning of the dot (.) so it matches every character (instead of every character except \n).
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Singleline As Boolean |
| C# |
|---|
| public bool Singleline { get; set; } |
| C++ |
|---|
| public property bool Singleline sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_Singleline(); /** property */ public void set_Singleline(bool value); |
| JScript |
|---|
| public function get Singleline() : bool public function set Singleline(value : bool); |
Property Value
if singleline; otherwise, .
See Also
Documentation version 1.0.0.0.