Share via


WarehouseAdapter.WarehouseContext Property

The Warehouse context.

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.Warehouse.WarehouseContext
Returns WarehouseContext.

.NET Framework Security

See Also

Reference

WarehouseAdapter Class

Microsoft.TeamFoundation.Warehouse Namespace