LookupTableDataSet.LookupTableTreesRow.LT_VALUE_DUR Property
Specifies the duration value 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 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