Share via


ProjectDataSet.AssignmentRow.ASSN_WORK_CONTOUR property

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

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property ASSN_WORK_CONTOUR As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
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

ProjectDataSet.AssignmentRow class

ProjectDataSet.AssignmentRow members

WebSvcStatusing namespace