CalendarDataSet.CalendarsRow.SetCREATED_DATENull Method
Sets the CREATED_DATE property to a null reference (Nothing in Visual Basic).
Namespace: [Calendar Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Calendar.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Calendar.asmx?wsdl
Syntax
'Declaration
Public Sub SetCREATED_DATENull
'Usage
Dim instance As CalendarDataSet.CalendarsRow
instance.SetCREATED_DATENull()
public void SetCREATED_DATENull()
See Also
Reference
CalendarDataSet.CalendarsRow Class