Exemplo n.º 1
0
        /// <summary>
        /// Gets the Global Attribute values for the specified key.
        /// </summary>
        /// <param name="key">The key.</param>
        /// <returns></returns>
        public static string Value(string key)
        {
            GlobalAttributes globalAttributes = Read();

            return(globalAttributes.AttributeValue(key));
        }