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( Type objType ) |
Visual Basic |
---|
Public Shared Function GetProperties ( objType As Type ) As Dictionary(Of String, PropertyInfo) |
Parameters
- objType
- Type: System..::..Type
The type of the object