Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Sub UpdateProjectDescription ( _
    requestContext As TeamFoundationRequestContext, _
    projectUri As String, _
    description As String _
)
void UpdateProjectDescription(
    TeamFoundationRequestContext requestContext,
    string projectUri,
    string description
)
void UpdateProjectDescription(
    TeamFoundationRequestContext^ requestContext, 
    String^ projectUri, 
    String^ description
)
abstract UpdateProjectDescription : 
        requestContext:TeamFoundationRequestContext * 
        projectUri:string * 
        description:string -> unit
function UpdateProjectDescription(
    requestContext : TeamFoundationRequestContext, 
    projectUri : String, 
    description : String
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectUri
 Type: System.String
- description
 Type: System.String
.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.