ImportTimesheetDataSet.LinesRow.ASSN_PCT_WORK_COMPLETE Property
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property ASSN_PCT_WORK_COMPLETE As Integer
Get
Set
'Usage
Dim instance As ImportTimesheetDataSet.LinesRow
Dim value As Integer
value = instance.ASSN_PCT_WORK_COMPLETE
instance.ASSN_PCT_WORK_COMPLETE = value
public int ASSN_PCT_WORK_COMPLETE { get; set; }
Property Value
Type: System.Int32
See Also
Reference
ImportTimesheetDataSet.LinesRow Class