AppConfigEntry Constructor

Initializes a new instance of AppConfigEntry class.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
C#
public AppConfigEntry(
	string name,
	Object value,
	Type type = null
)

Parameters

name  String
App config entry name.
value  Object
App config value.
type  Type  (Optional)
App config CLR type.

See Also