summaryP:DotNetNuke.Modules.NavigationProvider.NavigationProvider.CustomAttributes

Namespace: DotNetNuke.Modules.NavigationProvider
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual List<CustomAttribute> CustomAttributes { get; set; }
Visual Basic
Public Overridable Property CustomAttributes As List(Of CustomAttribute)
	Get
	Set

See Also