Freigeben über


Classification4.SetIterationDates-Methode

Legt die Datumsangaben auf dem angegebenen Iterationsknoten fest

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub SetIterationDates ( _
    nodeUri As String, _
    startDate As Nullable(Of DateTime), _
    finishDate As Nullable(Of DateTime) _
)
[WebMethodAttribute]
public void SetIterationDates(
    string nodeUri,
    Nullable<DateTime> startDate,
    Nullable<DateTime> finishDate
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

Classification4 Klasse

Microsoft.TeamFoundation.Integration.Server-Namespace