CustomFieldDataSet.CustomFieldsRow.IsMD_LOOKUP_TABLE_UIDNull-Methode
Bestimmt, ob die eindeutige ID zur Angabe des Rollup-Typs 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_LOOKUP_TABLE_UIDNull As Boolean
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsMD_LOOKUP_TABLE_UIDNull()
public bool IsMD_LOOKUP_TABLE_UIDNull()
Rückgabewert
Typ: System.Boolean
True , wenn die Eigenschaft festgelegt ist auf Null; andernfalls False.
Siehe auch
Referenz
CustomFieldDataSet.CustomFieldsRow Klasse