Properties gets a dictionary of Properties for the Object

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

Syntax

C#
public Dictionary<string, PropertyInfo> Properties { get; }
Visual Basic
Public ReadOnly Property Properties As Dictionary(Of String, PropertyInfo)
	Get

See Also