ServerStatisticsInfoFilesOpened Property |
The number of times a file is opened on a server. This includes the number of times named pipes are opened.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public int FilesOpened { get; }
Public ReadOnly Property FilesOpened As Integer
Get
public:
property int FilesOpened {
int get ();
}
member FilesOpened : int with get
Property Value
Type:
Int32See Also