CubeSettingsDataSet.CubeSettingsRow.IsWADMIN_CUBE_EXTRANET_OLAP_SERVERNull method
Determines whether the WADMIN_CUBE_EXTRANET_OLAP_SERVER property is set to a null value.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsWADMIN_CUBE_EXTRANET_OLAP_SERVERNull As Boolean
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim returnValue As Boolean
returnValue = instance.IsWADMIN_CUBE_EXTRANET_OLAP_SERVERNull()
public bool IsWADMIN_CUBE_EXTRANET_OLAP_SERVERNull()
Return value
Type: System.Boolean
See also
Reference
CubeSettingsDataSet.CubeSettingsRow class