Share via


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)

Syntax

'Declaration
Public Sub New ( _
    uri As String, _
    name As String, _
    structureType As String, _
    properties As Property(), _
    parentUri As String, _
    projectUri As String, _
    path As String, _
    startDate As Nullable(Of DateTime), _
    finishDate As Nullable(Of DateTime) _
)
public NodeInfo(
    string uri,
    string name,
    string structureType,
    Property[] properties,
    string parentUri,
    string projectUri,
    string path,
    Nullable<DateTime> startDate,
    Nullable<DateTime> finishDate
)
public:
NodeInfo(
    String^ uri, 
    String^ name, 
    String^ structureType, 
    array<Property^>^ properties, 
    String^ parentUri, 
    String^ projectUri, 
    String^ path, 
    Nullable<DateTime> startDate, 
    Nullable<DateTime> finishDate
)
new : 
        uri:string * 
        name:string * 
        structureType:string * 
        properties:Property[] * 
        parentUri:string * 
        projectUri:string * 
        path:string * 
        startDate:Nullable<DateTime> * 
        finishDate:Nullable<DateTime> -> NodeInfo
public function NodeInfo(
    uri : String, 
    name : String, 
    structureType : String, 
    properties : Property[], 
    parentUri : String, 
    projectUri : String, 
    path : String, 
    startDate : Nullable<DateTime>, 
    finishDate : Nullable<DateTime>
)

Parameters

.NET Framework Security

See Also

Reference

NodeInfo Class

NodeInfo Overload

Microsoft.TeamFoundation.Server Namespace