DocumentPropertyBaseT Class

Base class for all document metadata properties.

Definition

Properties

IsUserDefined If true, this property is a user-defined (custom) property.
PropertyType Property data type.
StringValue Gets the property values as a string.
Value Property value.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also