StatusingAssignmentsDataSet.AssignmentsRow.ASSN_DELAY Property
Indicates the projected amount of delay of 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_DELAY As Integer
Get
Set
'Usage
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As Integer
value = instance.ASSN_DELAY
instance.ASSN_DELAY = value
public int ASSN_DELAY { get; set; }
Property Value
Type: System.Int32
See Also
Reference
StatusingAssignmentsDataSet.AssignmentsRow Class