CubeSettingsDataSet.CubeSettingsRow.WADMIN_CUBE_LOG_STATUS_TIMESTAMP property
Gets the most recent date and time when the Admin cube log was accessed.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_CUBE_LOG_STATUS_TIMESTAMP As DateTime
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As DateTime
value = instance.WADMIN_CUBE_LOG_STATUS_TIMESTAMP
instance.WADMIN_CUBE_LOG_STATUS_TIMESTAMP = value
public DateTime WADMIN_CUBE_LOG_STATUS_TIMESTAMP { get; set; }
Property value
Type: System.DateTime
See also
Reference
CubeSettingsDataSet.CubeSettingsRow class