CubeSettingsDataSet.CubeSettingsRow.WADMIN_AUTO_LAST_RUN Property
Gets the date and time when the Assignment cube or the Resource cube was last created automatically by the cube-generation process built into Project Server and Project Web App.
Namespace: [CubeAdmin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CubeAdmin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CubeAdmin.asmx?wsdl
Syntax
'Declaration
Public Property WADMIN_AUTO_LAST_RUN As DateTime
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As DateTime
value = instance.WADMIN_AUTO_LAST_RUN
instance.WADMIN_AUTO_LAST_RUN = value
public DateTime WADMIN_AUTO_LAST_RUN { get; set; }
Property Value
Type: System.DateTime
Remarks
This field is not changed by manual updates.
See Also
Reference
CubeSettingsDataSet.CubeSettingsRow Class