Element.GetAttribute

Element.GetAttribute method

Retrieves an attribute value by name.

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

Return Value

Returns attribute value

See Also