Click or drag to resize

UserCountByClient Method

SOWI App User - Get a number of user by client

Return Value

Type: Int32

If return a number 0 then no user or over 0 then total users of user by client

If return -1 then function has triggered an exception

Namespace:  SOWIApp.Management.Data
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public int CountByClient(
	int pClientID
)

Parameters

pClientID
Type: SystemInt32

[Missing <param name="pClientID"/> documentation for "M:SOWIApp.Management.Data.User.CountByClient(System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:SOWIApp.Management.Data.User.CountByClient(System.Int32)"]

See Also