Click or drag to resize
ShareInfoMaxUses Property
The maximum number of concurrent connections that the shared resource can accommodate.

Namespace: Alphaleonis.Win32.Network
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public long MaxUses { get; }

Property Value

Type: Int64
Remarks
The number of connections is unlimited if the value specified in this member is –1.
See Also