Classification.UpdateProjectProperties Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Sub UpdateProjectProperties ( _
projectUri As String, _
state As String, _
properties As ProjectProperty() _
)
[WebMethodAttribute]
public void UpdateProjectProperties(
string projectUri,
string state,
ProjectProperty[] properties
)
[WebMethodAttribute]
public:
void UpdateProjectProperties(
String^ projectUri,
String^ state,
array<ProjectProperty^>^ properties
)
[<WebMethodAttribute>]
member UpdateProjectProperties :
projectUri:string *
state:string *
properties:ProjectProperty[] -> unit
public function UpdateProjectProperties(
projectUri : String,
state : String,
properties : ProjectProperty[]
)
Parameters
- projectUri
Type: System.String
- state
Type: System.String
- properties
Type: array<Microsoft.TeamFoundation.Server.ProjectProperty[]
.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.