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
- scope
Type: System.String
- key
Type: System.String
.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.