WarehouseAdapter.IsWarehouseHostCancelled Property
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Декларация
Public Property IsWarehouseHostCancelled As Boolean
Get
Friend Set
public bool IsWarehouseHostCancelled { get; internal set; }
public:
property bool IsWarehouseHostCancelled {
bool get ();
internal: void set (bool value);
}
member IsWarehouseHostCancelled : bool with get, internal set
function get IsWarehouseHostCancelled () : boolean
internal function set IsWarehouseHostCancelled (value : boolean)
Property Value
Type: System.Boolean
.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.