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(
	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

Return Value

returnsM:DotNetNuke.Common.Utilities.CBO.GetProperties(System.Type)

See Also