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