LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_DUR_FMT Property
Specifies the duration units of the lookup table entry.
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
'Declaration
Public Property LT_VALUE_DUR_FMT As Byte
Get
Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesRow
Dim value As Byte
value = instance.LT_VALUE_DUR_FMT
instance.LT_VALUE_DUR_FMT = value
public byte LT_VALUE_DUR_FMT { get; set; }
Type: System.Byte
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 unit measure of the lookup table entry (such as "day") is stored in this property.
LookupTableMultiLangDataSet.LookupTableValuesRow Class