CollectorGetProperty Method

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

Parameters

key  String
the property to look up

Return Value

String
a string containing the property value, or an empty string if the key does not exist.

Remarks

The returned string will be the value of the current chunk metadata property.

See Also