SiteMapNode.Item Property
Assembly: System.Web (in system.web.dll)
public: virtual property String^ default [String^] { String^ get (String^ key); void set (String^ key, String^ value); }
/** @property */ public String get_Item (String key) /** @property */ public void set_Item (String key, String value)
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- key
A string that identifies the attribute or resource string to retrieve.
Property Value
A custom attribute or resource string identified by key; otherwise, a null reference (Nothing in Visual Basic).The Item property is an indexer that first determines whether the provider that tracks the SiteMapNode object supports localization. If so, the Item calls the
GetImplicitResourceString method, passing the key parameter. If no localized text is returned, the Item calls the
GetExplicitResourceString method.
If no localized text is returned, or if the provider does not support localization, the Item attempts to return an element from the Attributes collection, using the specified key.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.