Share via


WarehouseSettings.FullProcessIntervalSeconds Property

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.Warehouse.WarehouseSetting
Returns WarehouseSetting.

.NET Framework Security

See Also

Reference

WarehouseSettings Class

Microsoft.TeamFoundation.Warehouse Namespace