TimesheetDataSet.StatusingChangeLogRow.PID property
The Project Identifier (PID) of the assignment or task field.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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