Gets or sets the revision.
Namespace: MSBuild.Community.Tasks.Subversion
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Output> Public Property Revision As Integer |
| C# |
|---|
| [Output] public int Revision { get; set; } |
| C++ |
|---|
| [Output] public property int Revision sealed { int get(); void set(int value); } |
| J# |
|---|
| /** @attribute Output() */ /** property */ public int get_Revision(); /** property */ public void set_Revision(int value); |
| JScript |
|---|
| public function get Revision() : int public function set Revision(value : int); |
Property Value
The revision.
See Also
Documentation version 1.0.0.0.