Share via


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

.NET Framework Security

See Also

Reference

ICommonStructureService4 Interface

Microsoft.TeamFoundation.Server Namespace