Click or drag to resize

BasePropertyAdapterControllerGetPropertyInformation Method

Gets property information.

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public BasePropertyAdapter GetPropertyInformation(
	string propertySystemName
)

Parameters

propertySystemName
Type: SystemString
The property system name.

Return Value

Type: BasePropertyAdapter
The adapter's property information.
See Also