LMNetSnk.RequireLogin Property
Object.RequireLogin As Boolean |
Remarks
Determines whether the server requires a user name and password to accept connections. Possible values are:
Value |
Description |
TRUE |
The client needs to provide a user name and password to connect to the server. |
FALSE |
Any client is allowed to connect to the server. This is the default value. |
See Also