[]
Represents a custom or built-in document property of a container document.
public sealed class DocumentProperty
Public NotInheritable Class DocumentProperty
| Name | Description |
|---|---|
| Boolean | Gets or sets the yes or no value associated with the custom document property. |
| Date | Gets or sets the datetime value associated with the custom document property. |
| FloatNumber | Gets or sets the number value associated with the custom document property. |
| Name | Gets or sets the custom name associated with the custom document property. |
| Number | Gets or sets the number value associated with the custom document property. |
| Text | Gets or sets the text value associated with the custom document property. |
| Type | Gets or sets the custom property type associated with the custom document property. |
| Name | Description |
|---|---|
| Delete() | Removes a custom document property. |
| ToString() | Returns a string that represents this instance. |