Gets or sets the value associated with the specified key.

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public PortalAliasInfo this[
	string key
] { get; set; }
Visual Basic
Public Default Property Item ( 
	key As String
) As PortalAliasInfo
	Get
	Set

Parameters

key
Type: System..::..String

See Also