ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_WORK_CONTOUR Property

Gets the value that specifies how to distribute work for an assignment across the duration of the assignment. Read-only.

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_WORK_CONTOUR As Integer
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Integer

value = instance.ASSN_WORK_CONTOUR

instance.ASSN_WORK_CONTOUR = value
public int ASSN_WORK_CONTOUR { get; set; }

Property Value

Type: System.Int32

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow Class

ResourceAssignmentDataSet.ResourceAssignmentRow Members

Resource Web Service