LookupTableMultiLangDataSet.LookupTablesRow.LT_CHECKOUTDATE propriedade
Especifica a data e hora quando a tabela de pesquisa foi feito o check-out para edição.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property LT_CHECKOUTDATE As DateTime
Get
Set
'Uso
Dim instance As LookupTableMultiLangDataSet.LookupTablesRow
Dim value As DateTime
value = instance.LT_CHECKOUTDATE
instance.LT_CHECKOUTDATE = value
public DateTime LT_CHECKOUTDATE { get; set; }
Valor de propriedade
Tipo: System.DateTime
Ver também
Referência
LookupTableMultiLangDataSet.LookupTablesRow classe