[ConfigurationPropertyAttribute("scope", IsRequired = false, DefaultValue = SettingScope.Application)] public SettingScope Scope { get; set; }
<ConfigurationPropertyAttribute("scope", IsRequired := false, DefaultValue := SettingScope.Application)> Public Property Scope As SettingScope Get Set
public: [ConfigurationPropertyAttribute(L"scope", IsRequired = false, DefaultValue = SettingScope::Application)] property SettingScope Scope { SettingScope get (); void set (SettingScope value); }
[<ConfigurationPropertyAttribute("scope", IsRequired = false, DefaultValue = SettingScope.Application)>] member Scope : SettingScope with get, set
function get_Scope(); function set_Scope(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.