TelemetryComplexProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class represents a complex value support, such as arrays, dictionaries. Processor will convert it to the JSON string. Also for such types we relax restrictions of the 1K for the property value.
public ref class TelemetryComplexProperty
public class TelemetryComplexProperty
type TelemetryComplexProperty = class
Public Class TelemetryComplexProperty
- Inheritance
-
TelemetryComplexProperty
Constructors
TelemetryComplexProperty(Object) |
Creates the Complex Object. Throws if val is null. |
Properties
Value |
Gets the raw value contained as the property value. We need the raw value since we want measurements for them, if available. |
Methods
ToString() |
ToString to make debugging easier: show in debug watch window |