CollectorGetProperty Method
Returns a metadata property by key name if it exists.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public string GetProperty(
string key
)
Public Function GetProperty (
key As String
) As String
public:
String^ GetProperty(
String^ key
)
member GetProperty :
key : string -> string
- key String
- the property to look up
Stringa string containing the property value, or an empty string
if the key does not exist.
The returned string will be the value of the current chunk
metadata property.