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: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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