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