M-Files API 23.11.13135.0
SetValueToNULL Method
TypedValue Object : SetValueToNULL Method
Description
Sets the typed value to NULL of the specified data type.
Syntax
Visual Basic
Public Sub SetValueToNULL( _
   ByVal DataType As MFDataType _
) 
Parameters
DataType
ValueDescription
MFDatatypeACLThe access control list (ACL).
MFDatatypeBooleanBoolean.
MFDatatypeDateDate.
MFDatatypeFILETIMEFILETIME (a 64-bit integer). Not used in the properties.
MFDatatypeFloatingA double-precision floating point.
MFDatatypeIntegerA 32-bit integer.
MFDatatypeInteger64A 64-bit integer. Not used in the properties.
MFDatatypeLookupLookup (from a value list).
MFDatatypeMultiLineTextMulti-line text.
MFDatatypeMultiSelectLookupMultiple selection from a value list.
MFDatatypeTextText.
MFDatatypeTimeTime.
MFDatatypeTimestampTimestamp.
MFDatatypeUninitializedUnknown type (not yet set to any type).
See Also

TypedValue Object  | TypedValue Members