ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_DELAY_FMT property
Gets the Task.DurationFormat type for the ASSN_DELAY property. Read-only.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_DELAY_FMT As Short
Get
Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Short
value = instance.ASSN_DELAY_FMT
instance.ASSN_DELAY_FMT = value
public short ASSN_DELAY_FMT { get; set; }
Property value
Type: System.Int16
Remarks
ASSN_DELAY_FMT indicates the preferred display format for the ASSN_DELAY property and whether the duration is considered only an estimate instead of a firm value.
For more information, see the ASSN_DELAY_FMT property.
Cast the Task.DurationFormat type to a short for use with this property.
See also
Reference
ResourceAssignmentDataSet.ResourceAssignmentRow class