Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies any delay that is associated with the assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.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