TeamProjectCollectionServicingActivity.LatestJobExecutionEntry Property
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property LatestJobExecutionEntry As TeamFoundationJobExecutionEntry
public TeamFoundationJobExecutionEntry LatestJobExecutionEntry { get; set; }
public:
property TeamFoundationJobExecutionEntry^ LatestJobExecutionEntry {
TeamFoundationJobExecutionEntry^ get ();
void set (TeamFoundationJobExecutionEntry^ value);
}
member LatestJobExecutionEntry : TeamFoundationJobExecutionEntry with get, set
function get LatestJobExecutionEntry () : TeamFoundationJobExecutionEntry
function set LatestJobExecutionEntry (value : TeamFoundationJobExecutionEntry)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationJobExecutionEntry
.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.