Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- projectUri
Type: System.String
- state
Type: System.String
- properties
Type: array<Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectProperty[]
.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.