XmlReader..::..GetAttribute Method

Namespace:  Squid.Xml
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public string GetAttribute(
	string name
)
Public Function GetAttribute ( _
	name As String _
) As String
public:
String^ GetAttribute(
	String^ name
)

Parameters

name
Type: String