DocumentCustomProperty Operators
A custom document property.| Name | Description |
|---|---|
| Implicit(Boolean to DocumentCustomProperty) static |
Implicitly converts a Boolean value to an DocumentCustomProperty value.
|
| Implicit(DateTime to DocumentCustomProperty) static |
Implicitly converts a DateTime value to an DocumentCustomProperty value.
|
| Implicit(Decimal to DocumentCustomProperty) static |
Implicitly converts a Decimal value to an DocumentCustomProperty value.
|
| Implicit(Double to DocumentCustomProperty) static |
Implicitly converts a Double value to an DocumentCustomProperty value.
|
| Implicit(Int32 to DocumentCustomProperty) static |
Implicitly converts a Int32 value to an DocumentCustomProperty value.
|
| Implicit(String to DocumentCustomProperty) static |
Implicitly converts a String value to an DocumentCustomProperty value.
|
See Also