Share via


AssnHistoryDataSet.HistoryRow.ASSN_CHANGE_DATA Property

Gets or sets the history of assignment 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 ASSN_CHANGE_DATA As Byte()
    Get
    Set
'Usage
Dim instance As AssnHistoryDataSet.HistoryRow
Dim value As Byte()

value = instance.ASSN_CHANGE_DATA

instance.ASSN_CHANGE_DATA = value
public byte[] ASSN_CHANGE_DATA { get; set; }

Property Value

Type: []

See Also

Reference

AssnHistoryDataSet.HistoryRow Class

AssnHistoryDataSet.HistoryRow Members

Statusing Web Service