다음을 통해 공유


Task.FinishVariance property

Gets the time that represents the difference between the baseline finish date of the task and the current finish date.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property FinishVariance As String
    Get
'Usage
Dim instance As Task
Dim value As String

value = instance.FinishVariance
[RemoteAttribute]
public string FinishVariance { get; }

Property value

Type: System.String
The finish variance amount of time.

Remarks

To get the TimeSpan value for the finish variance, use the FinishVarianceTimeSpan property.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace