StatusingDataSet.AssignmentsRow.ASSN_PCT_WORK_COMPLETE Property

Indicates the percentage of completed work associated with the specified assignment.

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

Syntax

'Declaration
Public Property ASSN_PCT_WORK_COMPLETE As Short
    Get
    Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Short

value = instance.ASSN_PCT_WORK_COMPLETE

instance.ASSN_PCT_WORK_COMPLETE = value
public short ASSN_PCT_WORK_COMPLETE { get; set; }

Property Value

Type: System.Int16

See Also

Reference

StatusingDataSet.AssignmentsRow Class

StatusingDataSet.AssignmentsRow Members

WebSvcStatusing Namespace