WarehouseDataAccessComponent.SetProperty Method
Sets a property bag property.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Sub SetProperty ( _
scope As String, _
key As String, _
value As String _
)
public void SetProperty(
string scope,
string key,
string value
)
public:
void SetProperty(
String^ scope,
String^ key,
String^ value
)
member SetProperty :
scope:string *
key:string *
value:string -> unit
public function SetProperty(
scope : String,
key : String,
value : String
)
Parameters
scope
Type: System.StringScope of the property, such as a project collection GUID.
key
Type: System.StringKey for the property.
value
Type: System.StringValue for the property.
.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.