StatusApprovalDataSet.StatusApprovalsRow.ASSN_CHANGE_DATA Property
Contains the binary representation of changes (if any) that were made to the assignment 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 ASSN_CHANGE_DATA As Byte()
Get
Set
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsRow
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
StatusApprovalDataSet.StatusApprovalsRow Class