Click or drag to resize

ConnectivityPackageRegistrationCodeAssemblies Property

List of code assemblies

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model.ExportConnectivityPackage
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[XmlArrayAttribute("codeAssemblies")]
public List<ConnectivityPackageCodeAssembly> CodeAssemblies { get; set; }

Property Value

Type: ListConnectivityPackageCodeAssembly
See Also