ICommonStructureService4.SetProjectProperty Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub SetProjectProperty ( _
projectUri As String, _
name As String, _
value As String _
)
void SetProjectProperty(
string projectUri,
string name,
string value
)
void SetProjectProperty(
String^ projectUri,
String^ name,
String^ value
)
abstract SetProjectProperty :
projectUri:string *
name:string *
value:string -> unit
function SetProjectProperty(
projectUri : String,
name : String,
value : String
)
Parameters
- projectUri
Type: System.String
- name
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.