Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub UpdateProjectProperties ( _
projectUri As String, _
state As String, _
properties As ProjectProperty() _
)
void UpdateProjectProperties(
string projectUri,
string state,
ProjectProperty[] properties
)
void UpdateProjectProperties(
String^ projectUri,
String^ state,
array<ProjectProperty^>^ properties
)
abstract UpdateProjectProperties :
projectUri:string *
state:string *
properties:ProjectProperty[] -> unit
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.