# INamedServiceConfigurator Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.hosting.inamedserviceconfigurator/)

## ConfigureDelegate {#configuredelegate-e98cd183}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.hosting.inamedserviceconfigurator/properties/configuredelegate-e98cd183/)

```csharp
public abstract Action<Action<IServiceCollection>> ConfigureDelegate
```

Gets the delegate used to configure the service.

## Name {#name-a0182be2}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.hosting.inamedserviceconfigurator/properties/name-a0182be2/)

```csharp
public abstract string Name
```

Gets the service name.
