API Reference
Class
SmbShareOpenFileInfo
Open-file row returned by the Windows SMB server service.
Inheritance
- Object
- SmbShareOpenFileInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property SmbShareDiagnosticItem.OpenFiles
- Property SmbShareOpenFileSample.OpenFile
Constructors
public SmbShareOpenFileInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Computer hosting the open file.
public UInt32 Id { get; set; } #Server-assigned open file identifier.
public String Path { get; set; } #Open path reported by the server service.
public String UserName { get; set; } #User account that opened the file.
public UInt32 Permissions { get; set; } #Open permission mask reported by Windows.
public UInt32 LockCount { get; set; } #Number of active locks reported for the open file.