ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_FINISH_VAR Property
Gets or sets a duration value that specifies the difference between the baseline finish date of an assignment and its current finish date.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
Syntax
'Declaration
Public Property ASSN_FINISH_VAR As Integer
Get
Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Integer
value = instance.ASSN_FINISH_VAR
instance.ASSN_FINISH_VAR = value
public int ASSN_FINISH_VAR { get; set; }
Property Value
Type: System.Int32
Remarks
ASSN_FINISH_VAR is calculated as shown in the following formula.
ASSN_FINISH_VAR = ASSN_FINISH_DATE – AB_FINISH
Duration is indicated in tenths of minutes. A value of 100 indicates 10 minutes.
See Also
Reference
ResourceAssignmentDataSet.ResourceAssignmentRow Class