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