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
- projectName
Type: System.String
- structure
Type: System.Xml.XmlElement
Return Value
Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo
Returns CommonStructureProjectInfo.
.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.