CubeFieldSettingDataSet.ResourceDimensionRow.PROP_TYPE property
Gets or sets the type of the custom field that is associated with the data cube.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROP_TYPE As Byte
Get
Set
'Usage
Dim instance As CubeFieldSettingDataSet.ResourceDimensionRow
Dim value As Byte
value = instance.PROP_TYPE
instance.PROP_TYPE = value
public byte PROP_TYPE { get; set; }
Property value
Type: System.Byte
See also
Reference
CubeFieldSettingDataSet.ResourceDimensionRow class