Method GetAttributeValue
GetAttributeValue(string)
Gets attribute value. Returns null if there is no such attribute.
public virtual object? GetAttributeValue(string name)Parameters
- namestring
- Attribute name. 
Gets attribute value. Returns null if there is no such attribute.
public virtual object? GetAttributeValue(string name)name stringAttribute name.