FactoryRemoveProperty Method

Removes a property from the factory if it exists.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
C#
public void RemoveProperty(
	string key
)

Parameters

key  String
of property to remove if it exists, ignored if it does not exist.

See Also