Get properties list.

Namespace:  PerpetuumSoft.Reporting.Data
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public static PropertyDescriptorCollection GetTypePropertiesDescriptors(
	Type type
)
Visual Basic (Declaration)
Public Shared Function GetTypePropertiesDescriptors ( _
	type As Type _
) As PropertyDescriptorCollection
Visual C++
public:
static PropertyDescriptorCollection^ GetTypePropertiesDescriptors(
	Type^ type
)

Parameters

type
Type: System..::.Type

See Also