Classification.GetProjectProperties Method

Gets the project properties.

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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 CommonStructureProjectProperty() _
)
[WebMethodAttribute]
public void GetProjectProperties(
    string projectUri,
    out string name,
    out string state,
    out int templateId,
    out CommonStructureProjectProperty[] properties
)
[WebMethodAttribute]
public:
void GetProjectProperties(
    String^ projectUri, 
    [OutAttribute] String^% name, 
    [OutAttribute] String^% state, 
    [OutAttribute] int% templateId, 
    [OutAttribute] array<CommonStructureProjectProperty^>^% properties
)
[<WebMethodAttribute>]
member GetProjectProperties : 
        projectUri:string * 
        name:string byref * 
        state:string byref * 
        templateId:int byref * 
        properties:CommonStructureProjectProperty[] byref -> unit
public function GetProjectProperties(
    projectUri : String, 
    name : String, 
    state : String, 
    templateId : int, 
    properties : CommonStructureProjectProperty[]
)

Parameters

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Integration.Server Namespace