adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / XmlUtil Class / GetAttributeValue Method / GetAttributeValue(XmlElement,String,String) Method

In This Topic
    GetAttributeValue(XmlElement,String,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetAttributeValue( _
       ByVal sourceNode As XmlElement, _
       ByVal attributeName As String, _
       ByVal defaultValue As String _
    ) As String
    public static string GetAttributeValue( 
       XmlElement sourceNode,
       string attributeName,
       string defaultValue
    )

    Parameters

    sourceNode
    attributeName
    defaultValue
    See Also