LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_DATE Property
Used for storing date and time values for a lookup table entry.
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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 entry type is date/time, and not text or numeric, then the value of lookup table entry is stored in this property.
See Also
Reference
LookupTableMultiLangDataSet.LookupTableValuesRow Class