Classification4.SetProjectProperty Method

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub SetProjectProperty ( _
    projectUri As String, _
    name As String, _
    value As String _
)
[WebMethodAttribute]
public void SetProjectProperty(
    string projectUri,
    string name,
    string value
)
[WebMethodAttribute]
public:
void SetProjectProperty(
    String^ projectUri, 
    String^ name, 
    String^ value
)
[<WebMethodAttribute>]
member SetProjectProperty : 
        projectUri:string * 
        name:string * 
        value:string -> unit
public function SetProjectProperty(
    projectUri : String, 
    name : String, 
    value : String
)

Parameters

.NET Framework Security

See Also

Reference

Classification4 Class

Microsoft.TeamFoundation.Integration.Server Namespace