ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_WORK_CONTOUR Property

Indicates how to distribute work for an assignment across the duration of the assignment.

Namespace:  WebSvcResource
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

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

Remarks

Read-only.

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow Class

ResourceAssignmentDataSet.ResourceAssignmentRow Members

WebSvcResource Namespace