Bamboo.Prevalence.XPath.XPathObjectNavigator.GetAttribute C# (CSharp) Method

GetAttribute() public method

See System.Xml.XPath.XPathNavigator.GetAttribute(string, string) for details.
No attributes are returned.
public GetAttribute ( string localName, string namespaceURI ) : string
localName string
namespaceURI string
return string
		public override string GetAttribute(string localName, string namespaceURI)
		{
			Trace("GetAttribute");
			return string.Empty;
		}