Classification.UpdateProjectProperties Method

Replaces any existing properties with the new ones.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub UpdateProjectProperties ( _
    projectUri As String, _
    state As String, _
    properties As CommonStructureProjectProperty() _
)
[WebMethodAttribute]
public void UpdateProjectProperties(
    string projectUri,
    string state,
    CommonStructureProjectProperty[] properties
)
[WebMethodAttribute]
public:
void UpdateProjectProperties(
    String^ projectUri, 
    String^ state, 
    array<CommonStructureProjectProperty^>^ properties
)
[<WebMethodAttribute>]
member UpdateProjectProperties : 
        projectUri:string * 
        state:string * 
        properties:CommonStructureProjectProperty[] -> unit
public function UpdateProjectProperties(
    projectUri : String, 
    state : String, 
    properties : CommonStructureProjectProperty[]
)

Parameters

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Integration.Server Namespace