# ClusterOptions.ServiceId

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.configuration.clusteroptions/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.configuration.clusteroptions/properties/)

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

```csharp
public string ServiceId
```

Gets or sets a unique identifier for this service, which should survive deployment and redeployment, where as [ClusterOptions](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.configuration.clusteroptions/) might not.
