ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_DELAY_FMT Property
Gets the Task.DurationFormat type for the ASSN_DELAY property. Read-only.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
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