[ConfigurationProperty(Schema.NAME, IsRequired = true, IsKey = true)]        public string Name
        {
            get { return (string) this[Schema.NAME]; }
            set { this[Schema.NAME] = value; }
        }
请教下中括号语法的含义,谢谢