Revision 1e26eceb trunk/Pithos.Interfaces/AccountSettings.cs

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

  
65 65
        private StringCollection _selectiveFolders = new StringCollection();
66 66

  
67
        
67
        private bool _isExpired;
68
        public bool IsExpired
69
        {
70
            get { return _isExpired; }
71
            set { _isExpired = value; }
72
        }
73

  
68 74
        public StringCollection SelectiveFolders
69 75
        {
70 76
            get { return _selectiveFolders; }

Also available in: Unified diff