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
Returns WarehouseJobRunInfo.
.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.