Share via


LookupTableDataSet.LookupTableTreesRow.LT_VALUE_DUR property

Specifies the duration value in a lookup table of the Duration type.

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property LT_VALUE_DUR As Integer
    Get
    Set
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesRow
Dim value As Integer

value = instance.LT_VALUE_DUR

instance.LT_VALUE_DUR = value
public int LT_VALUE_DUR { get; set; }

Property value

Type: System.Int32

Remarks

The duration value is in tenths of a minute. For example, if the working day is eight hours, the duration value for one working day is 4800 (8 hours x 60 minutes/hour x 10 tenths/minute). If the LT_VALUE_DUR is specified, the LT_VALUE_DUR_FMT must also be specified.

If the lookup table is not a Duration type, then the LT_VALUE_DUR property is a null reference (Nothing in Visual Basic).

See also

Reference

LookupTableDataSet.LookupTableTreesRow class

LookupTableDataSet.LookupTableTreesRow members

WebSvcLookupTable namespace

LT_VALUE_DUR_FMT