TimesheetDataSet.StatusingChangeLogRow.VALUE property
The value of the field that is specified by the Project Identifier (PID).
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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