This documentation is archived and is not being maintained.

NodeInfo Constructor (String, String, String, array<Property>, String, String, String, Nullable<DateTime>, Nullable<DateTime>)

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

public:
NodeInfo(
	String^ uri, 
	String^ name, 
	String^ structureType, 
	array<Property^>^ properties, 
	String^ parentUri, 
	String^ projectUri, 
	String^ path, 
	Nullable<DateTime> startDate, 
	Nullable<DateTime> finishDate
)

Parameters

uri
Type: System::String
name
Type: System::String
structureType
Type: System::String
properties
Type: array<Microsoft.TeamFoundation.Server::Property>
parentUri
Type: System::String
projectUri
Type: System::String
path
Type: System::String
startDate
Type: System::Nullable<DateTime>
finishDate
Type: System::Nullable<DateTime>

Show: