I try to set an extra attribute to SiteMapNodes
<siteMapNode id="SelfService" url="Self-service/Default.aspx" title="Self service">
But when I try to access the attribut in the code doing
node.Attributes["id"]
I get an error saying "SiteMap is inaccessible due to its protection level".
What can I do?