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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace