StatusTransaction..::..Transaction Property
Gets or sets the transaction.
Namespace:
ZarahDB_Library.TypesAssembly: ZarahDB_Library (in ZarahDB_Library.dll)
Syntax
[RequiredAttribute] public List<CommandWithResult> Transaction { get; set; }
<RequiredAttribute> _ Public Property Transaction As List(Of CommandWithResult) Get Set
[RequiredAttribute] public: property List<CommandWithResult^>^ Transaction { List<CommandWithResult^>^ get (); void set (List<CommandWithResult^>^ value); }