BackupFileStreamSafeFileHandle Property |
Gets a
SafeFileHandle object that represents the operating system file handle for the file that the current
BackupFileStream object encapsulates.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public SafeFileHandle SafeFileHandle { get; }
Public ReadOnly Property SafeFileHandle As SafeFileHandle
Get
public:
property SafeFileHandle^ SafeFileHandle {
SafeFileHandle^ get ();
}
member SafeFileHandle : SafeFileHandle with get
Property Value
Type:
SafeFileHandleA
SafeFileHandle object that represents the operating system file handle for the file that
the current
BackupFileStream object encapsulates.
See Also