Namespace:
NHibernate.Util
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetAttributeValue ( _ node As XmlNode, _ attributeName As String _ ) As String |
C# |
---|
public static string GetAttributeValue( XmlNode node, string attributeName ) |
Visual C++ |
---|
public: static String^ GetAttributeValue( XmlNode^ node, String^ attributeName ) |
JavaScript |
---|
NHibernate.Util.XmlHelper.getAttributeValue = function(node, attributeName); |