Get or sets the resource key that is used for localizing System.Web.SiteMapNode attributes.
Documentation for this section has not yet been entered.
The SiteMapProvider.ResourceKey property is used with the SiteMapNode.GetImplicitResourceString(string) method of the System.Web.SiteMapNode class. For the SiteMapNode.Title and SiteMapNode.Description properties, as well as any additional attributes that are defined in the SiteMapNode.Attributes collection of the System.Web.SiteMapNode object, the SiteMapNode.GetImplicitResourceString(string) method takes precedence over the SiteMapNode.GetExplicitResourceString(string, string, bool) when the localization is enabled with the SiteMapProvider.EnableLocalization property set to true.