Description
-
Return total number of users currently connected to SSHD
server.
Property type
-
An Integer value.
Syntax
-
object.Count
The Count Property syntax has these parts:
| object |
An expression
evaluating to an object of type SSHUsers. |
Remarks
-
This property that will return total number of currently
connected users. To access particular user from the
collection, use Item property.
|