Chapter 2 -- 71
Reference Guide
"
"
"
"
DocumentProperty.Type
Returns the type of the property.
Access
Read-Only.
Type
VT_I2 or Integer or enumProperty type.
The value can be one of the following:
lppxPropertyTypeNumber = 1
lppxPropertyTypeBoolean = 2
lppxPropertyTypeDate
= 3
lppxPropertyTypeString
= 4
lppxPropertyTypeFloat
= 5
"
"
"
"
DocumentProperty.Value
Returns the current value of the DocumentProperty.
Access
Read-Only.
Type
VT_VARIANT or Variant.