TimesheetDataSet.StatusingChangeLogRow.PID Property
The Project Identifier (PID) of the assignment or task field.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
Public Property PID As Integer
Get
Set
'Usage
Dim instance As TimesheetDataSet.StatusingChangeLogRow
Dim value As Integer
value = instance.PID
instance.PID = value
public int PID { get; set; }
Property Value
Type: System.Int32
Remarks
For more information about the PID, see Supported Project Fields and Field Information for Statusing ChangeXML.
See Also
Reference
TimesheetDataSet.StatusingChangeLogRow Class