Element.GetAttributeNS

Element.GetAttributeNS method

Retrieves an attribute value by local name and package URI.

public String GetAttributeNS(String packageURI, String localName)
ParameterTypeDescription
packageURIStringThe package URI.
localNameStringName of the local.

Return Value

Returns attribute

See Also