ImportTimesheetDataSet.LinesRow.ASSN_PCT_WORK_COMPLETE Property
Gets or sets the percentage of work completed in a task in Statusing.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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