TenantWarehouseOverrideScope Property  | 
 
            Gets or sets the scope.
            
 
    Namespace: 
   Dundas.BI.AccountServices.MultiTenancy
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic AppSettingScope Scope { get; set; }Public Property Scope As AppSettingScope
	Get
	Set
public:
property AppSettingScope Scope {
	AppSettingScope get ();
	void set (AppSettingScope value);
}member Scope : AppSettingScope with get, set
Property Value
Type: 
AppSettingScope
See Also