TimesheetDataSet.StatusingChangeLogRow.VALUE Property
The value of the field that is specified by the Project Identifier (PID).
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 VALUE As String
Get
Set
'Usage
Dim instance As TimesheetDataSet.StatusingChangeLogRow
Dim value As String
value = instance.VALUE
instance.VALUE = value
public string VALUE { get; set; }
Property Value
Type: System.String
Remarks
For more information about the PID, see Supported Project Fields and Field Information for Statusing ChangeXML.
See Also
Reference
TimesheetDataSet.StatusingChangeLogRow Class