CollectorSetProperty Method
Client applications wishing to associate their own
metadata properties can associate key=value strings to the
Collector.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public bool SetProperty(
string key,
string property
)
Public Function SetProperty (
key As String,
property As String
) As Boolean
public:
bool SetProperty(
String^ key,
String^ property
)
member SetProperty :
key : string *
property : string -> bool
- key String
- a key identifier for the metadata. If the key already
exists it will be replaced
- property String
- the value to associate with the key
Booleantrue if property was set, false otherwise
If there is metadata that a client applications wishes to tag against
a Collector request, ie. barcode or participant name they should
invoke setProperty() with the appropriate value to ensure that
it is properly encoded into the Chunk Payload.