StatusTransactionDataSet.StatusTransactionsRow.TASK_CHANGE_DATA Property
Contains the binary representation of changes (if any) that were made to the task fields.
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 StatusTransactionDataSet.StatusTransactionsRow
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
StatusTransactionDataSet.StatusTransactionsRow Class