Share via


LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_DATE property

Specifies the date and time value in a multilanguage lookup table of the Date type.

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

Syntax

'Declaration
Public Property LT_VALUE_DATE As DateTime
    Get
    Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesRow
Dim value As DateTime

value = instance.LT_VALUE_DATE

instance.LT_VALUE_DATE = value
public DateTime LT_VALUE_DATE { get; set; }

Property value

Type: System.DateTime

Remarks

If the lookup table is not a Date type, the LT_VALUE_DATE property is a null reference (Nothing in Visual Basic).

See also

Reference

LookupTableMultiLangDataSet.LookupTableValuesRow class

LookupTableMultiLangDataSet.LookupTableValuesRow members

WebSvcLookupTable namespace