True if working copy contains modifications.
Namespace: MSBuild.Community.Tasks.Subversion
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Output> Public Property Modifications As Boolean |
| C# |
|---|
| [Output] public bool Modifications { get; set; } |
| C++ |
|---|
| [Output] public property bool Modifications sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** @attribute Output() */ /** property */ public bool get_Modifications(); /** property */ public void set_Modifications(bool value); |
| JScript |
|---|
| public function get Modifications() : bool public function set Modifications(value : bool); |
See Also
Documentation version 1.0.0.0.