# IStreamSubscriptionHandleFactory Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.core.istreamsubscriptionhandlefactory/)

## ProviderName {#providername-525ae02d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.core.istreamsubscriptionhandlefactory/properties/providername-525ae02d/)

```csharp
public abstract string ProviderName
```

Gets the name of the provider.

### Value

The name of the provider.

## StreamId {#streamid-56068656}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.core.istreamsubscriptionhandlefactory/properties/streamid-56068656/)

```csharp
public abstract StreamId StreamId
```

Gets the stream identifier.

### Value

The stream identifier.

## SubscriptionId {#subscriptionid-6b6764aa}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.core.istreamsubscriptionhandlefactory/properties/subscriptionid-6b6764aa/)

```csharp
public abstract GuidId SubscriptionId
```

Gets the subscription identifier.

### Value

The subscription identifier.
