TransactionContext.Name Property

System.Data.Generic

TransactionContextName Property
Gets the name of the transaction.

Namespace: System.Data.Generic
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
Syntax
public string Name { get; }
Public ReadOnly Property Name As String
	Get
public:
property String^ Name {
	String^ get ();
}
member Name : string with get

Property Value

Type: String

Return Value

Type: String
Remarks