LookupTableMultiLangDataSet.LookupTablesRow.LT_CHECKOUTDATE property
Specifies the date and time when the lookup table was checked out for editing.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LT_CHECKOUTDATE As DateTime
Get
Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesRow
Dim value As DateTime
value = instance.LT_CHECKOUTDATE
instance.LT_CHECKOUTDATE = value
public DateTime LT_CHECKOUTDATE { get; set; }
Property value
Type: System.DateTime
See also
Reference
LookupTableMultiLangDataSet.LookupTablesRow class