CubeFieldSettingDataSet.TaskMeasureRow.IsPROP_IDNull Method
Determines whether the PROP_ID property is set to a null value.
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 Function IsPROP_IDNull As Boolean
'Usage
Dim instance As CubeFieldSettingDataSet.TaskMeasureRow
Dim returnValue As Boolean
returnValue = instance.IsPROP_IDNull()
public bool IsPROP_IDNull()
Return Value
Type: System.Boolean
See Also
Reference
CubeFieldSettingDataSet.TaskMeasureRow Class