TelemetryHashedProperty Class
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 property that should be hashed. During processing the raw value contained will be turned into a hashed value by a cryptology algorithm.
public class TelemetryHashedProperty
type TelemetryHashedProperty = class
Public Class TelemetryHashedProperty
- Inheritance
-
TelemetryHashedProperty
- Derived
Telemetry |
Creates the Hashed Object and converts to string. Throws if val is null. |
Raw |
Gets the raw value contained as the property value. We need the raw value since we want measurements for them, if available. |
String |
Gets the string value contained to be hashed. We pre-ToString the value, since we need InvariantCulture to guarantee that values like double always produce the same results. |
To |
ToString to make debugging easier: show in debug watch window |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2022 |