CustomFieldDataSet.CustomFieldsRow.IsMD_AGGREGATION_TYPE_ENUMNull Method
Determines whether the rollup type for a custom field is set to a null value.
Namespace: WebSvcCustomFields
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsMD_AGGREGATION_TYPE_ENUMNull As Boolean
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsMD_AGGREGATION_TYPE_ENUMNull()
public bool IsMD_AGGREGATION_TYPE_ENUMNull()
Return Value
Type: System.Boolean
See Also
Reference
CustomFieldDataSet.CustomFieldsRow Class