--- substitutions: method: |- ```{image} /img/code_reference/net_library/method.ico ``` prop: |- ```{image} /img/code_reference/net_library/prop.ico ``` --- # IErpProperties Interface Provides the interface for working with a list of ERP Properties. **Namespace:** powerGate.Erp.Client\ **Assembly:** powerGate.Erp.Client.dll ## Syntax ```{code-block} CSharp :linenos: public interface IErpProperties : IEnumerable ``` ## Properties | Type | Name | Description | |-----------------------|---------------------|--------------------------------------------| | {{prop}} [Property][] | Item\[string name\] | Gets the Property with the specified name. | ## Methods | Type | Name | Description | |----------------------------------------|-----------------|---------------------------------------------------------------------------------------------------| | {{method}} IEnumerator\<[Property][]\> | GetEnumerator() | Returns an enumerator that iterates through the collection.(Inherited from [IEnumerable\][]). | [Property]: property [IEnumerable\]: https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerable-1 ## See also **Reference** - [powerGate.Erp.Client namespace]()