FactoryRemoveProperty Method
Removes a property from the factory if it exists.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public void RemoveProperty(
string key
)
Public Sub RemoveProperty (
key As String
)
public:
void RemoveProperty(
String^ key
)
member RemoveProperty :
key : string -> unit
Parameters
- key String
- of property to remove if it exists, ignored if it does not exist.