AppSettingValueDataEffectiveSourceForCurrentServer Property |
Gets or sets the effective value source for the current server.
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(Name = "effectiveSourceForCurrentServer", EmitDefaultValue = true)]
public AppSettingValueSource EffectiveSourceForCurrentServer { get; set; }
<DataMemberAttribute(Name := "effectiveSourceForCurrentServer", EmitDefaultValue := true)>
Public Property EffectiveSourceForCurrentServer As AppSettingValueSource
Get
Set
public:
[DataMemberAttribute(Name = L"effectiveSourceForCurrentServer", EmitDefaultValue = true)]
property AppSettingValueSource EffectiveSourceForCurrentServer {
AppSettingValueSource get ();
void set (AppSettingValueSource value);
}
[<DataMemberAttribute(Name = "effectiveSourceForCurrentServer", EmitDefaultValue = true)>]
member EffectiveSourceForCurrentServer : AppSettingValueSource with get, set
Property Value
Type:
AppSettingValueSourceSee Also