Click or drag to resize

ExportConnectivityPackageHelperConvertToOnboardingConfigPropertySection Method

Converts data properties to a property section for use in systemonboarding default xml

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static string ConvertToOnboardingConfigPropertySection(
	IEnumerable<DataProperty> dataProperties
)

Parameters

dataProperties
Type: System.Collections.GenericIEnumerableDataProperty
Data Properties

Return Value

Type: String
See Also