FileSystemInfoTransaction Property |
[AlphaFS] Represents the KernelTransaction that was passed to the constructor.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public KernelTransaction Transaction { get; }
Public ReadOnly Property Transaction As KernelTransaction
Get
public:
property KernelTransaction^ Transaction {
KernelTransaction^ get ();
}
member Transaction : KernelTransaction with get
Property Value
Type:
KernelTransactionSee Also