CubeFieldSettingDataSet.AssignmentDimensionRow.PROP_ID Property
Gets or sets the integer-based identifier of the custom field that is associated with the data cube.
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 PROP_ID As Integer
Get
Set
'Usage
Dim instance As CubeFieldSettingDataSet.AssignmentDimensionRow
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.AssignmentDimensionRow Class