ISettingsTotalLogins Property |
Returns the number of total logins, windows client and web client.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property TotalLogins As Integer
Get
Dim instance As ISettings
Dim value As Integer
value = instance.TotalLogins
property int TotalLogins {
int get ();
}
Property Value
Type:
Int32
See Also