Classification.CreateProject Method

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

Syntax

‘선언
<WebMethodAttribute> _
Public Function CreateProject ( _
    projectName As String, _
    structure As XmlElement _
) As ProjectInfo
[WebMethodAttribute]
public ProjectInfo CreateProject(
    string projectName,
    XmlElement structure
)
[WebMethodAttribute]
public:
ProjectInfo^ CreateProject(
    String^ projectName, 
    XmlElement^ structure
)
[<WebMethodAttribute>]
member CreateProject : 
        projectName:string * 
        structure:XmlElement -> ProjectInfo 
public function CreateProject(
    projectName : String, 
    structure : XmlElement
) : ProjectInfo

Parameters

Return Value

Type: Microsoft.TeamFoundation.Server.ProjectInfo

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Server Namespace