Click or drag to resize

DocumentProperty Properties

The DocumentProperty type exposes the following members.

Properties
Name Description
Public property Blob
Gets / sets Blob value.
Public property Boolean
Gets / sets boolean value.
Public property DateTime
Gets / sets DateTime value.
Public property Double
Gets / sets double value.
Public property Int32
Gets / sets 4-bytes signed integer value.
Public property Integer
Gets / sets integer value.
Public property InternalName
Gets the internal name of the object.
Public property IsBuiltIn
Indicates whether property is built-in. Read-only.
Public property LinkSource
Returns or sets the source of a linked custom document property. Read/write String.
Public property LinkToContent
True if the value of the custom document property is linked to the content of the container document. False if the value is static. Read/write Boolean.
Public property Name
Returns property name. Read-only.
Public property PropertyId
Returns property id for built-in properties. Read-only.
Public property PropertyType
Gets / sets document property type.
Public property Text
Gets / sets string value.
Public property TimeSpan
Gets / sets TimeSpan value.
Public property Value
Gets / sets property value.
Top
See Also