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.
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Declaration
Public Sub UpdateProjectProperties ( _
    requestContext As TeamFoundationRequestContext, _
    projectUri As String, _
    state As String, _
    properties As ProjectProperty() _
)
public void UpdateProjectProperties(
    TeamFoundationRequestContext requestContext,
    string projectUri,
    string state,
    ProjectProperty[] properties
)
public:
void UpdateProjectProperties(
    TeamFoundationRequestContext^ requestContext, 
    String^ projectUri, 
    String^ state, 
    array<ProjectProperty^>^ properties
)
member UpdateProjectProperties : 
        requestContext:TeamFoundationRequestContext * 
        projectUri:string * 
        state:string * 
        properties:ProjectProperty[] -> unit 
public function UpdateProjectProperties(
    requestContext : TeamFoundationRequestContext, 
    projectUri : String, 
    state : String, 
    properties : ProjectProperty[]
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- 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.