# TransactionCommitterAttribute

Package: [Microsoft.Orleans.Transactions](/orleans/docs/api/csharp/microsoft.orleans.transactions/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Transactions) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions/Abstractions/TransactionCommitterAttribute.cs#L7)

```csharp
public class TransactionCommitterAttribute : Attribute, IFacetMetadata, ITransactionCommitterConfiguration
```

Represents the base class for custom attributes.

## Constructors

- [TransactionCommitterAttribute(string, string)](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.abstractions.transactioncommitterattribute/constructors/constructor-string-string-045bbbc3/)

## Properties

- [ServiceName](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.abstractions.transactioncommitterattribute/properties/servicename-6b41d7db/)
- [StorageName](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.abstractions.transactioncommitterattribute/properties/storagename-eafc75f9/)
