CustomFieldDataSet.CustomFieldsRow.IsMD_AGGREGATION_TYPE_ENUMNull-Methode
Bestimmt, ob der Rollup-Typ für ein benutzerdefiniertes Feld auf ein Nullverweis (Nothing in Visual Basic)festgelegt ist.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.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()
Rückgabewert
Typ: System.Boolean
True , wenn die Eigenschaft festgelegt ist auf Null; andernfalls False.
Siehe auch
Referenz
CustomFieldDataSet.CustomFieldsRow Klasse