LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_DUR Property

Specifies the duration value of the lookup table entry.

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

Syntax

'Declaration
Public Property LT_VALUE_DUR As Integer
    Get
    Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesRow
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

If the lookup table entry type is a duration value and units, (such as "1 day") and is not numeric, text, or date/time, then the value of the lookup table entry is stored in this property.

See Also

Reference

LookupTableMultiLangDataSet.LookupTableValuesRow Class

LookupTableMultiLangDataSet.LookupTableValuesRow Members

WebSvcLookupTable Namespace