LookupTableDataSet.LookupTableTreesRow.LT_VALUE_DATE property
Specifies the date and time value in a 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 LookupTableDataSet.LookupTableTreesRow
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
LookupTableDataSet.LookupTableTreesRow class