WarehouseJobExecutionDetails.NextRun Property

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.Warehouse.WarehouseJobRunInfo

.NET Framework Security

See Also

Reference

WarehouseJobExecutionDetails Class

Microsoft.TeamFoundation.Warehouse Namespace