This documentation is archived and is not being maintained.
NodeInfo Constructor (String, String, String, array<Property>, String, String, String, Nullable<DateTime>, Nullable<DateTime>)
Visual Studio 2013
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>
- 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.
Show: