Aracılığıyla paylaş


LookupTableDataSet.LookupTableTreesRow.LT_VALUE_DUR_FMT Property

The duration format specifies the unit of duration, such as days or weeks, in a lookup table of the Duration type.

Namespace:  [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl

Syntax

'Declaration
Public Property LT_VALUE_DUR_FMT As Byte
    Get
    Set
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesRow
Dim value As Byte

value = instance.LT_VALUE_DUR_FMT

instance.LT_VALUE_DUR_FMT = value
public byte LT_VALUE_DUR_FMT { get; set; }

Property Value

Type: System.Byte

Remarks

the lookup table is not a Duration type, then the LT_VALUE_DUR_FMT property is a null reference (Nothing in Visual Basic). For an enumeration of duration format values, see Task.DurationFormat.

Valid values of duration format

Duration format

Value

Minutes

3

Elapsed minutes

4

Hours

5

Elapsed hours

6

Days

7

Elapsed days

8

Weeks

9

Elapsed weeks

10

Months

11

Elapsed months

12

If the LT_VALUE_DUR_FMT is specified, the LT_VALUE_DUR must also be specified.

See Also

Reference

LookupTableDataSet.LookupTableTreesRow Class

LookupTableDataSet.LookupTableTreesRow Members

LookupTable Web Service

LT_VALUE_DUR

Task.DurationFormat