API/CodeSamples/CurrentUserTenantId.md
... ...
@@ -6,7 +6,7 @@
6 6
7 7
Gets or sets the identifier for the current user's tenant in a multi-tenant system. This allows one instance of Izenda to be run on a server that provides reporting to a multitude of client-organizations (tenants). This setting is used in conjunction with [[TenantField|/API/CodeSamples/TenantField]].
8 8
9
-**Default value:** empty string
9
+**Default value:** null
10 10
11 11
##Global.asax (C♯)
12 12