Allows for querying and managing IPA process configuration objects.

Namespace: ININ.IceLib.Configuration.ProcessAutomation
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public class ProcessConfigurationList : DynamicConfigurationList<ProcessConfiguration, ProcessConfiguration..::..Property>
Visual Basic
Public Class ProcessConfigurationList _
	Inherits DynamicConfigurationList(Of ProcessConfiguration, ProcessConfiguration..::..Property)

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Configuration..::..ConfigurationList<(Of <(<'ProcessConfiguration, ProcessConfiguration..::..Property>)>)>
    ININ.IceLib.Configuration..::..DynamicConfigurationList<(Of <(<'ProcessConfiguration, ProcessConfiguration..::..Property>)>)>
      ININ.IceLib.Configuration.ProcessAutomation..::..ProcessConfigurationList

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also