Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub GetProjectProperties ( _
    requestContext As TeamFoundationRequestContext, _
    projectUri As String, _
    <OutAttribute> ByRef name As String, _
    <OutAttribute> ByRef state As String, _
    <OutAttribute> ByRef properties As CommonStructureProjectProperty() _
)
public void GetProjectProperties(
    TeamFoundationRequestContext requestContext,
    string projectUri,
    out string name,
    out string state,
    out CommonStructureProjectProperty[] properties
)
public:
virtual void GetProjectProperties(
    TeamFoundationRequestContext^ requestContext, 
    String^ projectUri, 
    [OutAttribute] String^% name, 
    [OutAttribute] String^% state, 
    [OutAttribute] array<CommonStructureProjectProperty^>^% properties
) sealed
abstract GetProjectProperties : 
        requestContext:TeamFoundationRequestContext * 
        projectUri:string * 
        name:string byref * 
        state:string byref * 
        properties:CommonStructureProjectProperty[] byref -> unit  
override GetProjectProperties : 
        requestContext:TeamFoundationRequestContext * 
        projectUri:string * 
        name:string byref * 
        state:string byref * 
        properties:CommonStructureProjectProperty[] byref -> unit
public final function GetProjectProperties(
    requestContext : TeamFoundationRequestContext, 
    projectUri : String, 
    name : String, 
    state : String, 
    properties : CommonStructureProjectProperty[]
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectUri
 Type: System.String
- name
 Type: System.String%
- state
 Type: System.String%
- properties
 Type: array<Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectProperty[]%
Implements
.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.