summaryP:DotNetNuke.UI.WebControls.DNNNode.CustomAttribute(System.String)

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
public string this[
	string Key
] { get; set; }
Visual Basic
Public Property CustomAttribute ( 
	Key As String
) As String
	Get
	Set

Parameters

Key
Type: System..::..String

See Also