CommonStructureProjectInfo Constructor (String, String, CommonStructureProjectState)
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
uri As String, _
name As String, _
status As CommonStructureProjectState _
)
public CommonStructureProjectInfo(
string uri,
string name,
CommonStructureProjectState status
)
public:
CommonStructureProjectInfo(
String^ uri,
String^ name,
CommonStructureProjectState status
)
new :
uri:string *
name:string *
status:CommonStructureProjectState -> CommonStructureProjectInfo
public function CommonStructureProjectInfo(
uri : String,
name : String,
status : CommonStructureProjectState
)
Parameters
- uri
Type: System.String
- name
Type: System.String
.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.
See Also
Reference
CommonStructureProjectInfo Class