StatusingAssignmentsDataSet.AssignmentsRow.ASSN_CONTOUR_DATA Property
Indicates contour values associated with the specified assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property ASSN_CONTOUR_DATA As Byte()
Get
Set
'Usage
Dim instance As StatusingAssignmentsDataSet.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
StatusingAssignmentsDataSet.AssignmentsRow Class