CustomFieldDataSet.CustomFieldsRow.IsMD_PROP_DEFAULT_VALUENull-Methode
Bestimmt, ob der eindeutige Bezeichner des Standardwerts in einer Nachschlagetabelle 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_PROP_DEFAULT_VALUENull As Boolean
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsMD_PROP_DEFAULT_VALUENull()
public bool IsMD_PROP_DEFAULT_VALUENull()
Rückgabewert
Typ: System.Boolean
True , wenn die Eigenschaft festgelegt ist auf Null; andernfalls False.
Siehe auch
Referenz
CustomFieldDataSet.CustomFieldsRow Klasse