Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.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.