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
<WebMethodAttribute> _
Public Sub GetProjectProperties ( _
    projectUri As String, _
    <OutAttribute> ByRef name As String, _
    <OutAttribute> ByRef state As String, _
    <OutAttribute> ByRef templateId As Integer, _
    <OutAttribute> ByRef properties As ProjectProperty() _
)
[WebMethodAttribute]
public void GetProjectProperties(
    string projectUri,
    out string name,
    out string state,
    out int templateId,
    out ProjectProperty[] properties
)
[WebMethodAttribute]
public:
void GetProjectProperties(
    String^ projectUri, 
    [OutAttribute] String^% name, 
    [OutAttribute] String^% state, 
    [OutAttribute] int% templateId, 
    [OutAttribute] array<ProjectProperty^>^% properties
)
[<WebMethodAttribute>]
member GetProjectProperties : 
        projectUri:string * 
        name:string byref * 
        state:string byref * 
        templateId:int byref * 
        properties:ProjectProperty[] byref -> unit 
public function GetProjectProperties(
    projectUri : String, 
    name : String, 
    state : String, 
    templateId : int, 
    properties : ProjectProperty[]
)
Parameters
- projectUri
 Type: System.String
- name
 Type: System.String%
- state
 Type: System.String%
- templateId
 Type: System.Int32%
- 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.