WarehouseDataAccessComponent.DeleteProperty Method

Deletes a property bag value.

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

Syntax

'Declaration
Public Sub DeleteProperty ( _
    scope As String, _
    key As String _
)
public void DeleteProperty(
    string scope,
    string key
)
public:
void DeleteProperty(
    String^ scope, 
    String^ key
)
member DeleteProperty : 
        scope:string * 
        key:string -> unit
public function DeleteProperty(
    scope : String, 
    key : String
)

Parameters

.NET Framework Security

See Also

Reference

WarehouseDataAccessComponent Class

Microsoft.TeamFoundation.Warehouse Namespace