LastChangedDate Property

MSBuild

The date this node was last changed.


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

Syntax

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

See Also

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