TenantWarehouseOverrideDataScope Property |
Gets or sets the scope.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "sp")]
public AppSettingScope Scope { get; set; }
<DataMemberAttribute(Name := "sp")>
Public Property Scope As AppSettingScope
Get
Set
public:
[DataMemberAttribute(Name = L"sp")]
property AppSettingScope Scope {
AppSettingScope get ();
void set (AppSettingScope value);
}
[<DataMemberAttribute(Name = "sp")>]
member Scope : AppSettingScope with get, set
Property Value
Type:
AppSettingScopeSee Also