Click or drag to resize

QueryTraceParameters Property

The parameters attached to this trace.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public IDictionary<string, string> Parameters { get; }

Return Value

Type: IDictionaryString, String
The parameters attached to this trace. This method returns null if the coordinator is not yet available.
See Also