TransactionAttribute::Value Property

 

Gets the TransactionOption value for the transaction, optionally disabling the transaction service.

Namespace:   System.EnterpriseServices
Assembly:  System.EnterpriseServices (in System.EnterpriseServices.dll)

public:
property TransactionOption Value {
	TransactionOption get();
}

Property Value

Type: System.EnterpriseServices::TransactionOption

The specified transaction type, a TransactionOption value.

The following code example gets the value of a Transaction attribute's Value property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: