summaryM:DotNetNuke.Common.Utilities.CBO.GetPropertyInfo(System.Type)

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete in DotNetNuke 5.0.  Replaced by GetProperties(Of TObject)() ")]
public static ArrayList GetPropertyInfo(
	Type objType
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Obsolete in DotNetNuke 5.0.  Replaced by GetProperties(Of TObject)() ")> 
Public Shared Function GetPropertyInfo ( 
	objType As Type
) As ArrayList

Parameters

objType
Type: System..::..Type
paramobjTypeM:DotNetNuke.Common.Utilities.CBO.GetPropertyInfo(System.Type)

Return Value

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

See Also