AppConfigEntry Constructor
Initializes a new instance of AppConfigEntry class.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 2.0.0.0 (2.0.0.0)
public AppConfigEntry(
string name,
Object value,
Type type = null
)
Public Sub New (
name As String,
value As Object,
Optional type As Type = Nothing
)
public:
AppConfigEntry(
String^ name,
Object^ value,
Type^ type = nullptr
)
new :
name : string *
value : Object *
?type : Type
(* Defaults:
let _type = defaultArg type null
*)
-> AppConfigEntry
Parameters
- name String
- App config entry name.
- value Object
- App config value.
- type Type (Optional)
- App config CLR type.