CubeFieldSettingDataSet.AssignmentDimensionRow.IsPROP_UIDNull Method
Determines whether the PROP_UID property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsPROP_UIDNull As Boolean
'Usage
Dim instance As CubeFieldSettingDataSet.AssignmentDimensionRow
Dim returnValue As Boolean
returnValue = instance.IsPROP_UIDNull()
public bool IsPROP_UIDNull()
Return Value
Type: System.Boolean
See Also
Reference
CubeFieldSettingDataSet.AssignmentDimensionRow Class