/Application/Properties/Settings.Designer.cs
C# | 847 lines | 774 code | 63 blank | 10 comment | 0 complexity | 8f13a0154dc3a7da510bb671a1f6f1a9 MD5 | raw file
1//------------------------------------------------------------------------------ 2// <auto-generated> 3// This code was generated by a tool. 4// Runtime Version:4.0.30128.1 5// 6// Changes to this file may cause incorrect behavior and will be lost if 7// the code is regenerated. 8// </auto-generated> 9//------------------------------------------------------------------------------ 10 11namespace Stoffi.Properties { 12 13 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 18 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 19 20 public static Settings Default { 21 get { 22 return defaultInstance; 23 } 24 } 25 26 [global::System.Configuration.UserScopedSettingAttribute()] 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 [global::System.Configuration.DefaultSettingValueAttribute("600")] 29 public double WinHeight { 30 get { 31 return ((double)(this["WinHeight"])); 32 } 33 set { 34 this["WinHeight"] = value; 35 } 36 } 37 38 [global::System.Configuration.UserScopedSettingAttribute()] 39 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 40 [global::System.Configuration.DefaultSettingValueAttribute("1000")] 41 public double WinWidth { 42 get { 43 return ((double)(this["WinWidth"])); 44 } 45 set { 46 this["WinWidth"] = value; 47 } 48 } 49 50 [global::System.Configuration.UserScopedSettingAttribute()] 51 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 52 [global::System.Configuration.DefaultSettingValueAttribute("0")] 53 public double WinTop 54 { 55 get 56 { 57 return ((double)(this["WinTop"])); 58 } 59 set 60 { 61 this["WinTop"] = value; 62 } 63 } 64 65 [global::System.Configuration.UserScopedSettingAttribute()] 66 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 67 [global::System.Configuration.DefaultSettingValueAttribute("0")] 68 public double WinLeft 69 { 70 get 71 { 72 return ((double)(this["WinLeft"])); 73 } 74 set 75 { 76 this["WinLeft"] = value; 77 } 78 } 79 80 [global::System.Configuration.UserScopedSettingAttribute()] 81 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 82 [global::System.Configuration.DefaultSettingValueAttribute("Normal")] 83 public string WinState 84 { 85 get 86 { 87 return ((string)(this["WinState"])); 88 } 89 set 90 { 91 this["WinState"] = value; 92 } 93 } 94 95 [global::System.Configuration.UserScopedSettingAttribute()] 96 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 97 [global::System.Configuration.DefaultSettingValueAttribute("200")] 98 public double EqualizerHeight 99 { 100 get 101 { 102 return ((double)(this["EqualizerHeight"])); 103 } 104 set 105 { 106 this["EqualizerHeight"] = value; 107 } 108 } 109 110 [global::System.Configuration.UserScopedSettingAttribute()] 111 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 112 [global::System.Configuration.DefaultSettingValueAttribute("415")] 113 public double EqualizerWidth 114 { 115 get 116 { 117 return ((double)(this["EqualizerWidth"])); 118 } 119 set 120 { 121 this["EqualizerWidth"] = value; 122 } 123 } 124 125 [global::System.Configuration.UserScopedSettingAttribute()] 126 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 127 [global::System.Configuration.DefaultSettingValueAttribute("-1")] 128 public double EqualizerTop 129 { 130 get { 131 return ((double)(this["EqualizerTop"])); 132 } 133 set { 134 this["EqualizerTop"] = value; 135 } 136 } 137 138 [global::System.Configuration.UserScopedSettingAttribute()] 139 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 140 [global::System.Configuration.DefaultSettingValueAttribute("-1")] 141 public double EqualizerLeft 142 { 143 get { 144 return ((double)(this["EqualizerLeft"])); 145 } 146 set { 147 this["EqualizerLeft"] = value; 148 } 149 } 150 151 [global::System.Configuration.UserScopedSettingAttribute()] 152 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 153 [global::System.Configuration.DefaultSettingValueAttribute("Stopped")] 154 public MediaState MediaState 155 { 156 get 157 { 158 return ((MediaState)(this["MediaState"])); 159 } 160 set 161 { 162 this["MediaState"] = value; 163 } 164 } 165 166 [global::System.Configuration.UserScopedSettingAttribute()] 167 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 168 [global::System.Configuration.DefaultSettingValueAttribute("en-US")] 169 public string Language 170 { 171 get 172 { 173 return ((string)(this["Language"])); 174 } 175 set 176 { 177 this["Language"] = value; 178 } 179 } 180 181 [global::System.Configuration.UserScopedSettingAttribute()] 182 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 183 [global::System.Configuration.DefaultSettingValueAttribute("150")] 184 public double NavigationPaneWidth 185 { 186 get 187 { 188 return ((double)(this["NavigationPaneWidth"])); 189 } 190 set 191 { 192 this["NavigationPaneWidth"] = value; 193 } 194 } 195 196 [global::System.Configuration.UserScopedSettingAttribute()] 197 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 198 [global::System.Configuration.DefaultSettingValueAttribute("80")] 199 public double DetailsPaneHeight 200 { 201 get 202 { 203 return ((double)(this["DetailsPaneHeight"])); 204 } 205 set 206 { 207 this["DetailsPaneHeight"] = value; 208 } 209 } 210 211 [global::System.Configuration.UserScopedSettingAttribute()] 212 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 213 [global::System.Configuration.DefaultSettingValueAttribute("NoRepeat")] 214 public RepeatState Repeat { 215 get { 216 return ((RepeatState)(this["Repeat"])); 217 } 218 set { 219 this["Repeat"] = value; 220 } 221 } 222 223 [global::System.Configuration.UserScopedSettingAttribute()] 224 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 225 [global::System.Configuration.DefaultSettingValueAttribute("False")] 226 public bool Shuffle { 227 get { 228 return ((bool)(this["Shuffle"])); 229 } 230 set { 231 this["Shuffle"] = value; 232 } 233 } 234 235 [global::System.Configuration.UserScopedSettingAttribute()] 236 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 237 [global::System.Configuration.DefaultSettingValueAttribute("50")] 238 public double Volume { 239 get { 240 return ((double)(this["Volume"])); 241 } 242 set { 243 this["Volume"] = value; 244 } 245 } 246 247 [global::System.Configuration.UserScopedSettingAttribute()] 248 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 249 [global::System.Configuration.DefaultSettingValueAttribute("False")] 250 public bool EnableVisualizer 251 { 252 get 253 { 254 return ((bool)(this["EnableVisualizer"])); 255 } 256 set 257 { 258 this["EnableVisualizer"] = value; 259 } 260 } 261 262 [global::System.Configuration.UserScopedSettingAttribute()] 263 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 264 public System.Collections.Generic.List<EqualizerProfile> EqualizerProfiles 265 { 266 get 267 { 268 return ((System.Collections.Generic.List<EqualizerProfile>)(this["EqualizerProfiles"])); 269 } 270 set 271 { 272 this["EqualizerProfiles"] = value; 273 } 274 } 275 276 [global::System.Configuration.UserScopedSettingAttribute()] 277 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 278 public EqualizerProfile CurrentEqualizerProfile 279 { 280 get 281 { 282 return ((EqualizerProfile)(this["CurrentEqualizerProfile"])); 283 } 284 set 285 { 286 this["CurrentEqualizerProfile"] = value; 287 } 288 } 289 290 [global::System.Configuration.UserScopedSettingAttribute()] 291 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 292 [global::System.Configuration.DefaultSettingValueAttribute("0")] 293 public double Seek 294 { 295 get 296 { 297 return ((double)(this["Seek"])); 298 } 299 set 300 { 301 this["Seek"] = value; 302 } 303 } 304 305 [global::System.Configuration.UserScopedSettingAttribute()] 306 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 307 public TrackData CurrentTrack 308 { 309 get 310 { 311 return ((TrackData)(this["CurrentTrack"])); 312 } 313 set 314 { 315 this["CurrentTrack"] = value; 316 } 317 } 318 319 [global::System.Configuration.UserScopedSettingAttribute()] 320 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 321 [global::System.Configuration.DefaultSettingValueAttribute("0")] 322 public int HistoryIndex 323 { 324 get 325 { 326 return ((int)(this["HistoryIndex"])); 327 } 328 set 329 { 330 this["HistoryIndex"] = value; 331 } 332 } 333 334 [global::System.Configuration.UserScopedSettingAttribute()] 335 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 336 [global::System.Configuration.DefaultSettingValueAttribute("Files")] 337 public string CurrentSelectedNavigation 338 { 339 get 340 { 341 return ((string)(this["CurrentSelectedNavigation"])); 342 } 343 set 344 { 345 this["CurrentSelectedNavigation"] = value; 346 } 347 } 348 349 [global::System.Configuration.UserScopedSettingAttribute()] 350 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 351 [global::System.Configuration.DefaultSettingValueAttribute("Files")] 352 public string CurrentActiveNavigation 353 { 354 get 355 { 356 return ((string)(this["CurrentActiveNavigation"])); 357 } 358 set 359 { 360 this["CurrentActiveNavigation"] = value; 361 } 362 } 363 364 [global::System.Configuration.UserScopedSettingAttribute()] 365 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 366 [global::System.Configuration.DefaultSettingValueAttribute("false")] 367 public bool MenuBarVisibile 368 { 369 get { 370 return (bool)(this["MenuBarVisibile"]); 371 } 372 set { 373 this["MenuBarVisibile"] = value; 374 } 375 } 376 377 [global::System.Configuration.UserScopedSettingAttribute()] 378 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 379 [global::System.Configuration.DefaultSettingValueAttribute("true")] 380 public bool DetailsPaneVisibile 381 { 382 get { 383 return (bool)(this["DetailsPaneVisibile"]); 384 } 385 set { 386 this["DetailsPaneVisibile"] = value; 387 } 388 } 389 390 [global::System.Configuration.UserScopedSettingAttribute()] 391 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 392 [global::System.Configuration.DefaultSettingValueAttribute("True")] 393 public bool FirstRun { 394 get { 395 return ((bool)(this["FirstRun"])); 396 } 397 set { 398 this["FirstRun"] = value; 399 } 400 } 401 402 [global::System.Configuration.UserScopedSettingAttribute()] 403 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 404 public global::System.Collections.ObjectModel.ObservableCollection<SourceData> Sources 405 { 406 get { 407 return ((global::System.Collections.ObjectModel.ObservableCollection<SourceData>)(this["Sources"])); 408 } 409 set { 410 this["Sources"] = value; 411 } 412 } 413 414 [global::System.Configuration.UserScopedSettingAttribute()] 415 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 416 public ViewDetailsConfig SourceListConfig 417 { 418 get 419 { 420 return ((ViewDetailsConfig)(this["SourceListConfig"])); 421 } 422 set 423 { 424 this["SourceListConfig"] = value; 425 } 426 } 427 428 [global::System.Configuration.UserScopedSettingAttribute()] 429 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 430 public ViewDetailsConfig LibraryListConfig 431 { 432 get 433 { 434 return ((ViewDetailsConfig)(this["LibraryListConfig"])); 435 } 436 set 437 { 438 this["LibraryListConfig"] = value; 439 } 440 } 441 442 [global::System.Configuration.UserScopedSettingAttribute()] 443 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 444 public ViewDetailsConfig HistoryListConfig 445 { 446 get 447 { 448 return ((ViewDetailsConfig)(this["HistoryListConfig"])); 449 } 450 set 451 { 452 this["HistoryListConfig"] = value; 453 } 454 } 455 456 [global::System.Configuration.UserScopedSettingAttribute()] 457 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 458 public ViewDetailsConfig QueueListConfig 459 { 460 get 461 { 462 return ((ViewDetailsConfig)(this["QueueListConfig"])); 463 } 464 set 465 { 466 this["QueueListConfig"] = value; 467 } 468 } 469 470 [global::System.Configuration.UserScopedSettingAttribute()] 471 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 472 public ViewDetailsConfig YouTubeListConfig 473 { 474 get 475 { 476 return ((ViewDetailsConfig)(this["YouTubeListConfig"])); 477 } 478 set 479 { 480 this["YouTubeListConfig"] = value; 481 } 482 } 483 484 [global::System.Configuration.UserScopedSettingAttribute()] 485 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 486 public global::System.Collections.ObjectModel.ObservableCollection<TrackData> LibraryTracks 487 { 488 get 489 { 490 return (global::System.Collections.ObjectModel.ObservableCollection<TrackData>)(this["LibraryTracks"]); 491 } 492 set 493 { 494 this["LibraryTracks"] = value; 495 } 496 } 497 498 [global::System.Configuration.UserScopedSettingAttribute()] 499 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 500 public global::System.Collections.ObjectModel.ObservableCollection<TrackData> HistoryTracks 501 { 502 get 503 { 504 return (global::System.Collections.ObjectModel.ObservableCollection<TrackData>)(this["HistoryTracks"]); 505 } 506 set 507 { 508 this["HistoryTracks"] = value; 509 } 510 } 511 512 [global::System.Configuration.UserScopedSettingAttribute()] 513 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 514 public global::System.Collections.ObjectModel.ObservableCollection<TrackData> QueueTracks 515 { 516 get 517 { 518 return (global::System.Collections.ObjectModel.ObservableCollection<TrackData>)(this["QueueTracks"]); 519 } 520 set 521 { 522 this["QueueTracks"] = value; 523 } 524 } 525 526 [global::System.Configuration.UserScopedSettingAttribute()] 527 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 528 public global::System.Collections.Generic.List<global::Stoffi.PlaylistData> Playlists 529 { 530 get 531 { 532 return ((global::System.Collections.Generic.List<global::Stoffi.PlaylistData>)(this["Playlists"])); 533 } 534 set 535 { 536 this["Playlists"] = value; 537 } 538 } 539 540 [global::System.Configuration.UserScopedSettingAttribute()] 541 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 542 [global::System.Configuration.DefaultSettingValueAttribute("Library")] 543 public OpenAddPolicy OpenAddPolicy 544 { 545 get 546 { 547 return ((OpenAddPolicy)(this["OpenAddPolicy"])); 548 } 549 set 550 { 551 this["OpenAddPolicy"] = value; 552 } 553 } 554 555 [global::System.Configuration.UserScopedSettingAttribute()] 556 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 557 [global::System.Configuration.DefaultSettingValueAttribute("BackOfQueue")] 558 public OpenPlayPolicy OpenPlayPolicy 559 { 560 get 561 { 562 return ((OpenPlayPolicy)(this["OpenPlayPolicy"])); 563 } 564 set 565 { 566 this["OpenPlayPolicy"] = value; 567 } 568 } 569 570 [global::System.Configuration.UserScopedSettingAttribute()] 571 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 572 [global::System.Configuration.DefaultSettingValueAttribute("Automatic")] 573 public Stoffi.UpgradePolicy UpgradePolicy 574 { 575 get 576 { 577 return ((Stoffi.UpgradePolicy)(this["UpgradePolicy"])); 578 } 579 set 580 { 581 this["UpgradePolicy"] = value; 582 } 583 } 584 585 [global::System.Configuration.UserScopedSettingAttribute()] 586 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 587 [global::System.Configuration.DefaultSettingValueAttribute("Global")] 588 public Stoffi.SearchPolicy SearchPolicy 589 { 590 get 591 { 592 return ((Stoffi.SearchPolicy)(this["SearchPolicy"])); 593 } 594 set 595 { 596 this["SearchPolicy"] = value; 597 } 598 } 599 600 [global::System.Configuration.UserScopedSettingAttribute()] 601 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 602 [global::System.Configuration.DefaultSettingValueAttribute("True")] 603 public bool ShowOSD 604 { 605 get 606 { 607 return ((bool)(this["ShowOSD"])); 608 } 609 set 610 { 611 this["ShowOSD"] = value; 612 } 613 } 614 615 [global::System.Configuration.UserScopedSettingAttribute()] 616 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 617 [global::System.Configuration.DefaultSettingValueAttribute("False")] 618 public bool MinimizeToTray 619 { 620 get 621 { 622 return ((bool)(this["MinimizeToTray"])); 623 } 624 set 625 { 626 this["MinimizeToTray"] = value; 627 } 628 } 629 630 [global::System.Configuration.UserScopedSettingAttribute()] 631 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 632 public int ID 633 { 634 get 635 { 636 return ((int)(this["ID"])); 637 } 638 set 639 { 640 this["ID"] = value; 641 } 642 } 643 644 [global::System.Configuration.UserScopedSettingAttribute()] 645 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 646 public long Version 647 { 648 get 649 { 650 return 1326226340; 651 //return 2000000000; 652 } 653 set 654 { 655 this["Version"] = value; 656 } 657 } 658 659 [global::System.Configuration.UserScopedSettingAttribute()] 660 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 661 public string Architecture 662 { 663 get 664 { 665 return "32"; 666 } 667 set 668 { 669 this["Architecture"] = value; 670 } 671 } 672 673 [global::System.Configuration.UserScopedSettingAttribute()] 674 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 675 public string Channel 676 { 677 get 678 { 679 return "alpha"; 680 } 681 set 682 { 683 this["Channel"] = value; 684 } 685 } 686 687 [global::System.Configuration.UserScopedSettingAttribute()] 688 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 689 public string Release 690 { 691 get 692 { 693 return "Qin Alpha One"; 694 } 695 set 696 { 697 this["Release"] = value; 698 } 699 } 700 701 [global::System.Configuration.UserScopedSettingAttribute()] 702 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 703 [global::System.Configuration.DefaultSettingValueAttribute("0")] 704 public long UpgradeCheck 705 { 706 get 707 { 708 return ((long)(this["UpgradeCheck"])); 709 } 710 set 711 { 712 this["UpgradeCheck"] = value; 713 } 714 } 715 716 [global::System.Configuration.UserScopedSettingAttribute()] 717 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 718 public global::System.Collections.Generic.List<KeyboardShortcutProfile> ShortcutProfiles 719 { 720 get 721 { 722 return ((global::System.Collections.Generic.List<KeyboardShortcutProfile>)(this["ShortcutProfiles"])); 723 } 724 set 725 { 726 this["ShortcutProfiles"] = value; 727 } 728 } 729 730 [global::System.Configuration.UserScopedSettingAttribute()] 731 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 732 [global::System.Configuration.DefaultSettingValueAttribute("Stoffi")] 733 public string CurrentShortcutProfile 734 { 735 get 736 { 737 return ((string)(this["CurrentShortcutProfile"])); 738 } 739 set 740 { 741 this["CurrentShortcutProfile"] = value; 742 } 743 } 744 745 [global::System.Configuration.UserScopedSettingAttribute()] 746 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 747 public string OAuthToken 748 { 749 get 750 { 751 return ((string)(this["OAuthToken"])); 752 } 753 set 754 { 755 this["OAuthToken"] = value; 756 } 757 } 758 759 [global::System.Configuration.UserScopedSettingAttribute()] 760 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 761 public string OAuthSecret 762 { 763 get 764 { 765 return ((string)(this["OAuthSecret"])); 766 } 767 set 768 { 769 this["OAuthSecret"] = value; 770 } 771 } 772 773 [global::System.Configuration.UserScopedSettingAttribute()] 774 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 775 [global::System.Configuration.DefaultSettingValueAttribute("false")] 776 public bool SubmitSongs 777 { 778 get 779 { 780 return ((bool)(this["SubmitSongs"])); 781 } 782 set 783 { 784 this["SubmitSongs"] = value; 785 } 786 } 787 788 [global::System.Configuration.UserScopedSettingAttribute()] 789 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 790 [global::System.Configuration.DefaultSettingValueAttribute("false")] 791 public bool SubmitPlaylists 792 { 793 get 794 { 795 return ((bool)(this["SubmitPlaylists"])); 796 } 797 set 798 { 799 this["SubmitPlaylists"] = value; 800 } 801 } 802 803 [global::System.Configuration.UserScopedSettingAttribute()] 804 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 805 [global::System.Configuration.DefaultSettingValueAttribute("true")] 806 public bool PauseWhileLocked 807 { 808 get 809 { 810 return ((bool)(this["PauseWhileLocked"])); 811 } 812 set 813 { 814 this["PauseWhileLocked"] = value; 815 } 816 } 817 818 [global::System.Configuration.UserScopedSettingAttribute()] 819 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 820 [global::System.Configuration.DefaultSettingValueAttribute("true")] 821 public bool PauseWhileLoggedOut 822 { 823 get 824 { 825 return ((bool)(this["PauseWhileLoggedOut"])); 826 } 827 set 828 { 829 this["PauseWhileLoggedOut"] = value; 830 } 831 } 832 833 [global::System.Configuration.UserScopedSettingAttribute()] 834 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 835 public System.Collections.Generic.List<CloudIdentity> CloudIdentities 836 { 837 get 838 { 839 return ((System.Collections.Generic.List<CloudIdentity>)(this["CloudIdentities"])); 840 } 841 set 842 { 843 this["CloudIdentities"] = value; 844 } 845 } 846 } 847}