StatusApprovalDataSet.StatusApprovalsRow.ASSN_CHANGE_DATA property
Contains the binary representation of changes (if any) that were made to the assignment fields.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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