WarehouseAdapter.WarehouseContext Property
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Декларация
Public Property WarehouseContext As WarehouseContext
Get
Friend Set
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
.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.