StatusingDataSet.LocalLookupTableFullValuesRow.LT_VALUE_DATE property
Specifies the date and time value in a lookup table of the Date type.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LT_VALUE_DATE As DateTime
Get
Set
'Usage
Dim instance As StatusingDataSet.LocalLookupTableFullValuesRow
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
See also
Reference
StatusingDataSet.LocalLookupTableFullValuesRow class