ProjectDataSet.AssignmentCustomFieldsRow.IsMD_PROP_UIDNull-Methode
Bestimmt, ob die MD_PROP_UID -Eigenschaft auf einen Wert ein Nullverweis (Nothing in Visual Basic) festgelegt ist.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsMD_PROP_UIDNull As Boolean
'Usage
Dim instance As ProjectDataSet.AssignmentCustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsMD_PROP_UIDNull()
public bool IsMD_PROP_UIDNull()
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
ProjectDataSet.AssignmentCustomFieldsRow Klasse