Revision number of the local working repository.
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); |
See Also
Documentation version 1.0.0.0.