CommonStructureNodeInfo Constructor (String, String, String, array<CommonStructureProperty , String, String, String, Nullable<DateTime>, Nullable<DateTime>)
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, _
structureType As String, _
properties As CommonStructureProperty(), _
parentUri As String, _
projectUri As String, _
path As String, _
startDate As Nullable(Of DateTime), _
finishDate As Nullable(Of DateTime) _
)
public CommonStructureNodeInfo(
string uri,
string name,
string structureType,
CommonStructureProperty[] properties,
string parentUri,
string projectUri,
string path,
Nullable<DateTime> startDate,
Nullable<DateTime> finishDate
)
public:
CommonStructureNodeInfo(
String^ uri,
String^ name,
String^ structureType,
array<CommonStructureProperty^>^ properties,
String^ parentUri,
String^ projectUri,
String^ path,
Nullable<DateTime> startDate,
Nullable<DateTime> finishDate
)
new :
uri:string *
name:string *
structureType:string *
properties:CommonStructureProperty[] *
parentUri:string *
projectUri:string *
path:string *
startDate:Nullable<DateTime> *
finishDate:Nullable<DateTime> -> CommonStructureNodeInfo
public function CommonStructureNodeInfo(
uri : String,
name : String,
structureType : String,
properties : CommonStructureProperty[],
parentUri : String,
projectUri : String,
path : String,
startDate : Nullable<DateTime>,
finishDate : Nullable<DateTime>
)
Parameters
- uri
Type: System.String
- name
Type: System.String
- structureType
Type: System.String
- properties
Type: array<Microsoft.TeamFoundation.Integration.Server.CommonStructureProperty[]
- parentUri
Type: System.String
- projectUri
Type: System.String
- path
Type: System.String
- startDate
Type: System.Nullable<DateTime>
- finishDate
Type: System.Nullable<DateTime>
.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.