FactorySetProperty Method

Specifies a configurable property key/value pair to configure the DFX Extraction Library.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public void SetProperty(
	string key,
	string value
)

Parameters

key  String
of property to configure
value  String
of property to configure

See Also