IMultiTenancyServiceSaveTenant Method  | 
 Saves the tenant.
 
    Namespace: 
   Dundas.BI.AccountServices.MultiTenancy
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxvoid SaveTenant(
	Tenant tenant
)
Sub SaveTenant ( 
	tenant As Tenant
)
void SaveTenant(
	Tenant^ tenant
)
abstract SaveTenant : 
        tenant : Tenant -> unit 
Parameters
- tenant
 - Type: Dundas.BI.AccountServices.MultiTenancyTenant
The tenant to save. 
Exceptions
Remarks
            If a new tenant is being created, this method will populate the value of any properties which are
            set by the system (e.g. 
Id).
            
See Also