Properties gets a dictionary of Properties for the Object
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public Dictionary<string, PropertyInfo> Properties { get; } |
Visual Basic |
---|
Public ReadOnly Property Properties As Dictionary(Of String, PropertyInfo) Get |