FileSystemInfoTransaction Property |
[AlphaFS] Represents the KernelTransaction that was passed to the constructor.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax protected KernelTransaction Transaction { get; set; }
Protected Property Transaction As KernelTransaction
Get
Set
protected:
property KernelTransaction^ Transaction {
KernelTransaction^ get ();
void set (KernelTransaction^ value);
}
member Transaction : KernelTransaction with get, set
Property Value
Type:
KernelTransactionSee Also