LastChangedRevision Property

MSBuild

The last changed revision number.


Namespace: MSBuild.Community.Tasks.Subversion
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
<Output>
Public ReadOnly Property LastChangedRevision As Integer
C#
[Output]
public int LastChangedRevision { get; }
C++
[Output]
public property int LastChangedRevision sealed  {
    int get();
}
J#
/** @attribute Output() */
/** property */
public int get_LastChangedRevision();
JScript
public function get LastChangedRevision() : int

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.