AppConfigEntry Constructor
Initializes a new instance of AppConfigEntry class.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.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
)
Parameters
- name String
- App config entry name.
- value Object
- App config value.
- type Type (Optional)
- App config CLR type.