Revision dd5f5163 trunk/Pithos.Interfaces/AccountSettings.cs

b/trunk/Pithos.Interfaces/AccountSettings.cs
67 67

  
68 68
        public string ServerUrl { get; set; }
69 69

  
70
        public bool IsExpired { get; set; }
70
        public bool IsExpired
71
        {
72
            get { return _isExpired; }
73
            set { _isExpired = value; }
74
        }
71 75

  
72 76
        public bool SelectiveSyncEnabled { get; set; }
73 77

  
74 78
        private StringCollection _selectiveFolders = new StringCollection();
79
        private bool _isExpired;
75 80

  
76 81
        public StringCollection SelectiveFolders
77 82
        {

Also available in: Unified diff