ShareInfoMaxUses Property |
The maximum number of concurrent connections that the shared resource can accommodate.
Namespace: Alphaleonis.Win32.NetworkAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public long MaxUses { get; }
Public ReadOnly Property MaxUses As Long
Get
public:
property long long MaxUses {
long long get ();
}
member MaxUses : int64 with get
Property Value
Type:
Int64Remarks The number of connections is unlimited if the value specified in this member is –1.
See Also