# ErpService The ErpService object is of type *PSObject* and represents the metadata information of a specific service from the ERP-System. ## Syntax ```powershell $erpService.Url ``` Following properties are available: | Type | Name | Description | |----------------------------------------------------------------------------------|-----------|------------------------------------------| | [System.Uri]() | Url | The Url of the Service. | | string | Name | The name of the Service. | | bool | Available | The current availability of the service. | ## Remarks When accessing the property **Available**, powerGate will retry to retrieve the service metadata of the according service.\ Therefore each time when accessing the property, a new request will be send to the server in order to provide live data.