Share via


StatusingDataSet.AssignmentsRow.ASSN_CONTOUR_DATA Property

Supplies the contour values for the specified assignment.

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_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

StatusingDataSet.AssignmentsRow Members

Statusing Web Service