CustomFieldDataSet.CustomFieldsRow.IsMD_PROP_CHECKOUTBYNull-Methode
Bestimmt, ob die eindeutige ID, die den Benutzer darstellt, der das benutzerdefinierte Feld zur Bearbeitung ausgecheckt wurde auf ein Nullverweis (Nothing in Visual Basic)festgelegt ist.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsMD_PROP_CHECKOUTBYNull As Boolean
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsMD_PROP_CHECKOUTBYNull()
public bool IsMD_PROP_CHECKOUTBYNull()
Rückgabewert
Typ: System.Boolean
True , wenn die Eigenschaft festgelegt ist auf Null; andernfalls False.
Siehe auch
Referenz
CustomFieldDataSet.CustomFieldsRow Klasse