Classification.CreateProject Method

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function CreateProject ( _
    projectName As String, _
    structure As XmlElement _
) As CommonStructureProjectInfo
[WebMethodAttribute]
public CommonStructureProjectInfo CreateProject(
    string projectName,
    XmlElement structure
)
[WebMethodAttribute]
public:
CommonStructureProjectInfo^ CreateProject(
    String^ projectName, 
    XmlElement^ structure
)
[<WebMethodAttribute>]
member CreateProject : 
        projectName:string * 
        structure:XmlElement -> CommonStructureProjectInfo
public function CreateProject(
    projectName : String, 
    structure : XmlElement
) : CommonStructureProjectInfo

Parameters

Return Value

Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo
Returns CommonStructureProjectInfo.

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Integration.Server Namespace