Classification.CreateProject Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Declaration
<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
- projectName
Type: System.String
- structure
Type: System.Xml.XmlElement
Return Value
Type: Microsoft.TeamFoundation.Server.ProjectInfo
.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.