Share via


CubeSettingsDataSet.CubeSettingsRow.WADMIN_CUBE_EXTRANET_OLAP_SERVER property

Gets or sets the name of the extranet OLAP server.

Namespace:  WebSvcCubeAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property WADMIN_CUBE_EXTRANET_OLAP_SERVER As String
    Get
    Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As String

value = instance.WADMIN_CUBE_EXTRANET_OLAP_SERVER

instance.WADMIN_CUBE_EXTRANET_OLAP_SERVER = value
public string WADMIN_CUBE_EXTRANET_OLAP_SERVER { get; set; }

Property value

Type: System.String

See also

Reference

CubeSettingsDataSet.CubeSettingsRow class

CubeSettingsDataSet.CubeSettingsRow members

WebSvcCubeAdmin namespace