StatusingDataSet.AssignmentsRow.ASSN_DELAY Property
Specifies any delay associated with the assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property ASSN_DELAY As Integer
Get
Set
'Usage
Dim instance As StatusingDataSet.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
StatusingDataSet.AssignmentsRow Class