111 lines
4.0 KiB
C#
111 lines
4.0 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Dieser Code wurde von einem Tool generiert.
|
|
// Laufzeitversion:4.0.30319.42000
|
|
//
|
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
// der Code erneut generiert wird.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace TeamsNetphoneLink {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.0.0")]
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
|
|
public static Settings Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Token {
|
|
get {
|
|
return ((string)(this["Token"]));
|
|
}
|
|
set {
|
|
this["Token"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool TeamsPermission {
|
|
get {
|
|
return ((bool)(this["TeamsPermission"]));
|
|
}
|
|
set {
|
|
this["TeamsPermission"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string TenantID {
|
|
get {
|
|
return ((string)(this["TenantID"]));
|
|
}
|
|
set {
|
|
this["TenantID"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string AppID {
|
|
get {
|
|
return ((string)(this["AppID"]));
|
|
}
|
|
set {
|
|
this["AppID"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool SaveEntraCredentials {
|
|
get {
|
|
return ((bool)(this["SaveEntraCredentials"]));
|
|
}
|
|
set {
|
|
this["SaveEntraCredentials"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool UseGraphForMeetingState {
|
|
get {
|
|
return ((bool)(this["UseGraphForMeetingState"]));
|
|
}
|
|
set {
|
|
this["UseGraphForMeetingState"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string CurrentVersion {
|
|
get {
|
|
return ((string)(this["CurrentVersion"]));
|
|
}
|
|
set {
|
|
this["CurrentVersion"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|