UserIdentity TenantSettings Property CelloSaaS API Documentation
Gets or sets the tenant settings for the logged in user

Namespace: CelloSaaS.BusinessEdition
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static Dictionary<string, string> TenantSettings { get; set; }

Property Value

Type: Dictionary String, String 
The tenant settings in a key value pair format of strings
See Also