ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_DELAY_FMT Property
Specifies the Task.DurationFormat type for the ASSN_DELAY property.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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 as an estimate rather than 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