Element.GetAttribute

Element.GetAttribute method

Retrieves an attribute value by name.

public string GetAttribute(string qualifiedName)
ParameterTypeDescription
nameStringThe name of the attribute to retrieve.

Return Value

Returns attribute value

See Also