CubeFieldSettingDataSet.AssignmentMeasureRow.IsPROP_UIDNull Method
Determines whether the PROP_UID 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_UIDNull As Boolean
'Usage
Dim instance As CubeFieldSettingDataSet.AssignmentMeasureRow
Dim returnValue As Boolean
returnValue = instance.IsPROP_UIDNull()
public bool IsPROP_UIDNull()
Return Value
Type: System.Boolean
See Also
Reference
CubeFieldSettingDataSet.AssignmentMeasureRow Class