GetSettingDetailsOptionsScope Property  | 
 
            Gets or sets the setting scope.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "scope")]
public AppSettingScope Scope { get; set; }<DataMemberAttribute(Name := "scope")>
Public Property Scope As AppSettingScope
	Get
	Set
public:
[DataMemberAttribute(Name = L"scope")]
property AppSettingScope Scope {
	AppSettingScope get ();
	void set (AppSettingScope value);
}[<DataMemberAttribute(Name = "scope")>]
member Scope : AppSettingScope with get, set
Property Value
Type: 
AppSettingScope
See Also