Share via


BuildData.LastChangedOn Property

Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public Property LastChangedOn As DateTime
public DateTime LastChangedOn { get; set; }
public:
property DateTime LastChangedOn {
    DateTime get ();
    void set (DateTime value);
}
member LastChangedOn : DateTime with get, set
function get LastChangedOn () : DateTime 
function set LastChangedOn (value : DateTime)

Property Value

Type: System.DateTime
Returns DateTime.

.NET Framework Security

See Also

Reference

BuildData Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace