StatusingDataSet.AssignmentsRow.ASSN_CONTOUR_DATA property
Supplies the contour values for the specified assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_CONTOUR_DATA As Byte()
Get
Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Byte()
value = instance.ASSN_CONTOUR_DATA
instance.ASSN_CONTOUR_DATA = value
public byte[] ASSN_CONTOUR_DATA { get; set; }
Property value
Type: []
See also
Reference
StatusingDataSet.AssignmentsRow class