Exemple #1
0
        public string GetXmlNamespacePrefix(string uri)
        {
            if (!HasXmlProperty)
            {
                return(null);
            }

            XmlProperty xmlProp = GetXmlProperty();

            return(xmlProp.GetXmlNamespacePrefix(uri));
        }