# NamedServiceConfigurator Properties

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

## ConfigureDelegate {#configuredelegate-d683ac1e}

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Configuration/NamedServiceConfigurator.cs#L36)

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

Gets the delegate used to configure the service.

## Name {#name-7b31ab67}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.hosting.namedserviceconfigurator/properties/name-7b31ab67/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Configuration/NamedServiceConfigurator.cs#L33)

```csharp
public string Name
```

Gets the service name.
