CubeSettingsDataSet.CubeSettingsRow.WADMIN_CUBE_LOG_STATUS_TIMESTAMP Property
Gets the most recent date and time when the Admin cube log was accessed.
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_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