AppSettingTransferItemDataScope Property |
Gets the scope of the app setting ID.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = true, Name = "scope")]
public AppSettingValueSource Scope { get; set; }
<DataMemberAttribute(EmitDefaultValue := true, Name := "scope")>
Public Property Scope As AppSettingValueSource
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"scope")]
property AppSettingValueSource Scope {
AppSettingValueSource get ();
void set (AppSettingValueSource value);
}
[<DataMemberAttribute(EmitDefaultValue = true, Name = "scope")>]
member Scope : AppSettingValueSource with get, set
Property Value
Type:
AppSettingValueSourceSee Also