ObjectClonerGetPropertyInfo Method

Gets the property information.

Namespace:  ABSuite.AccessLayer.Connector.Core.Utility
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IEnumerable<PropertyInfo> GetPropertyInfo(
	Type type
)

Parameters

type
Type: SystemType
The type.

Return Value

Type: IEnumerablePropertyInfo
IEnumerable<PropertyInfo>.
See Also

Reference