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

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

Syntax

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

Parameters

Key
Type: System..::..String
DefaultValue
Type: System..::..String

See Also