Share via


AssnHistoryDataSet.HistoryRow.TASK_CHANGE_DATA property

Gets or sets the value that specifies the history of task changes in a transaction.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

AssnHistoryDataSet.HistoryRow members

WebSvcStatusing namespace