LookupTableMultiLangDataSet.LookupTablesRow.MOD_DATE Property

Specifies the date and time of the most recent modification.

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 MOD_DATE As DateTime
    Get
    Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesRow
Dim value As DateTime

value = instance.MOD_DATE

instance.MOD_DATE = value
public DateTime MOD_DATE { get; set; }

Property Value

Type: System.DateTime

See Also

Reference

LookupTableMultiLangDataSet.LookupTablesRow Class

LookupTableMultiLangDataSet.LookupTablesRow Members

LookupTable Web Service