CubeSettingsDataSet.CubeSettingsRow.WADMIN_CUBE_NAME property
Gets or sets the name of the cube.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_CUBE_NAME As String
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As String
value = instance.WADMIN_CUBE_NAME
instance.WADMIN_CUBE_NAME = value
public string WADMIN_CUBE_NAME { get; set; }
Property value
Type: System.String
See also
Reference
CubeSettingsDataSet.CubeSettingsRow class