CubeSettingsDataSet.CubeFieldSettingsRow.EntityType Property

Gets or sets the type of entity for the cube (Project, Resource, Task or Assignment), where the value can be specified with the EpmCubeEntityType enumeration.

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 EntityType As Byte
    Get
    Set
'Usage
Dim instance As CubeSettingsDataSet.CubeFieldSettingsRow
Dim value As Byte

value = instance.EntityType

instance.EntityType = value
public byte EntityType { get; set; }

Property Value

Type: System.Byte

See Also

Reference

CubeSettingsDataSet.CubeFieldSettingsRow Class

CubeSettingsDataSet.CubeFieldSettingsRow Members

CubeAdmin Web Service