AssnHistoryDataSet.HistoryRow.TASK_CHANGE_DATA Property
Gets or sets the value that specifies the history of task changes in a transaction.
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 TASK_CHANGE_DATA As Byte()
Get
Set
'Usage
Dim instance As AssnHistoryDataSet.HistoryRow
Dim value As Byte()
value = instance.TASK_CHANGE_DATA
instance.TASK_CHANGE_DATA = value
public byte[] TASK_CHANGE_DATA { get; set; }
Property Value
Type: []
See Also
Reference
AssnHistoryDataSet.HistoryRow Class