GetProperties gets a Dictionary of the Properties for an object
Namespace: DotNetNuke.Common.UtilitiesAssembly: 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