Method GetQName
GetQName(Int32)
Return an attribute's qualified (prefixed) name.
Declaration
public virtual string GetQName(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The attribute's index (zero-based). |
Returns
Type | Description |
---|---|
System.String | The attribute's qualified name, the empty string if none is available, or null if the index is out of bounds. |