CubeSettingsDataSet.CubeSettingsRow.IsWADMIN_CUBE_LOG_STATUS_TIMESTAMPNull Method
Determines whether the WADMIN_CUBE_LOG_STATUS_TIMESTAMP property is set to a null value.
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 Function IsWADMIN_CUBE_LOG_STATUS_TIMESTAMPNull As Boolean
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim returnValue As Boolean
returnValue = instance.IsWADMIN_CUBE_LOG_STATUS_TIMESTAMPNull()
public bool IsWADMIN_CUBE_LOG_STATUS_TIMESTAMPNull()
Return Value
Type: System.Boolean
See Also
Reference
CubeSettingsDataSet.CubeSettingsRow Class