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
'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; }
Type: System.DateTime
LookupTableMultiLangDataSet.LookupTablesRow Class