PrintTemplatesItem Property (Object) |
Namespace:
Atomia.Billing.Core.Sdk.Configuration
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public PrintTemplate this[
Object key
] { get; }
Public ReadOnly Default Property Item (
key As Object
) As PrintTemplate
Get
public:
property PrintTemplate^ default[Object^ key] {
PrintTemplate^ get (Object^ key);
}
member Item : PrintTemplate with get
Parameters
- key
- Type: SystemObject
The key of the PrintTemplate to retrieve.
Property Value
Type:
PrintTemplateSee Also