AppConfigEntry Constructor

Initializes a new instance of AppConfigEntry class.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
public AppConfigEntry(
	string name,
	Object value,
	Type type
)

Parameters

name  String
App config entry name.
value  Object
App config value.
type  Type
App config CLR type.

See Also