AppConfigEntry Constructor
Initializes a new instance of AppConfigEntry class.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
public AppConfigEntry(
string name,
Object value,
Type type
)
Public Sub New (
name As String,
value As Object,
type As Type
)
public:
AppConfigEntry(
String^ name,
Object^ value,
Type^ type
)
new :
name : string *
value : Object *
type : Type -> AppConfigEntry
Parameters
- name String
- App config entry name.
- value Object
- App config value.
- type Type
- App config CLR type.