LookupTableDataSet.LookupTableTreesRow.LT_VALUE_DATE Property
Specifies the date and time value in a lookup table of the Date type.
Namespace: [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl
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