Returns an IBaseProperty of the specified name if it exists on the Data Entry Template.
null, empty, or longer than 255 characters. The string used for the name will be trimmed of leading and trailing whitespace and is case-insensitive during comparison. An IBaseProperty matching the specified name on the Data Entry Template or null if no such property exists.
The returned property is a sub-type of IBaseProperty, that is, its actual type will be one of the derived property types, such as ITextLineProperty, IDoubleProperty, etc.
name must be the full name of the property, does not support wildcards, will be trimmed of leading and trailing whitespace, and is case-insensitive for comparison.
| Exception Type | Condition |
|---|---|
| InvalidOperationException | The Data Entry Template has already been removed. |
IDataEntryTemplate Interface | Plumtree.Remote.PRC.Content.DataEntryTemplate Namespace | GetAllProperties