WarehouseDataAccessComponent.SetProperty Method
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Декларация
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
- key
Type: System.String
- value
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.