IBuildDetail.LastChangedOn Property
Gets the date and time of the last change to the build.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
ReadOnly Property LastChangedOn As DateTime
'Usage
Dim instance As IBuildDetail
Dim value As DateTime
value = instance.LastChangedOn
DateTime LastChangedOn { get; }
property DateTime LastChangedOn {
DateTime get ();
}
function get LastChangedOn () : DateTime
Property Value
Type: System.DateTime
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.