# StreamSubscriptionHandle&lt;T&gt; Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamsubscriptionhandle-1/)

## HandleId {#handleid-3e53cc59}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamsubscriptionhandle-1/properties/handleid-3e53cc59/)

```csharp
public abstract Guid HandleId
```

Gets the unique identifier for this StreamSubscriptionHandle

## ProviderName {#providername-4f15fb1c}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamsubscriptionhandle-1/properties/providername-4f15fb1c/)

```csharp
public abstract string ProviderName
```

Gets the name of the provider.

### Value

The name of the provider.

## StreamId {#streamid-03c81293}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamsubscriptionhandle-1/properties/streamid-03c81293/)

```csharp
public abstract StreamId StreamId
```

Gets the stream identifier.

### Value

The stream identifier.
