CollectorRemoveProperty Method

Removes a metadata property by key name if it exists.

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 RemoveProperty(
	string key
)

Parameters

key  String
the property key to remove if it exists

See Also