GigaSpaces XAP.NET Documentation
TransactionType Property
Class LibraryGigaSpaces.XAP.EventsIEventListenerContainer<(Of <(TData>)>)TransactionType
Gets or sets the TransactionType. When Manual is used, the transaction type will be determined by the TransactionManager.
Declaration Syntax
C#Visual BasicVisual C++J#
TransactionType TransactionType { get; set; }
Property TransactionType As TransactionType
property TransactionType TransactionType {
	TransactionType get ();
	void set (TransactionType value);
}
/** @property */
TransactionType get_TransactionType()
/** @property */
 void set_TransactionType(TransactionType value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)