Get/sets the value in associated dictionary/map

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected abstract Object this[
	string key
] { get; set; }
Visual Basic
Protected MustOverride Default Property Item ( 
	key As String
) As Object
	Get
	Set

Parameters

key
Type: System..::..String
Value key

Field Value

Return Value

Remarks