GetProperties gets a Dictionary of the Properties for an object

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

Syntax

C#
public static Dictionary<string, PropertyInfo> GetProperties<TObject>()
Visual Basic
Public Shared Function GetProperties(Of TObject) As Dictionary(Of String, PropertyInfo)

Type Parameters

TObject
The type of the object

Return Value

returnsM:DotNetNuke.Common.Utilities.CBO.GetProperties``1

See Also