コード例 #1
0
        public string GetXmlElementId()
        {
            XmlProperty xmlProp = GetXmlProperty();

            if (xmlProp != null)
            {
                return(xmlProp.GetIdFromAttributes());
            }
            return(null);
        }