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.String

    Scope of the property, such as a project collection GUID.

.NET Framework Security

See Also

Reference

WarehouseDataAccessComponent Class

Microsoft.TeamFoundation.Warehouse Namespace