TelemetryPiiProperty.RawValue Property
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.
Gets the raw value contained as the property value. We need the raw value since we want measurements for them, if available.
public:
property System::Object ^ RawValue { System::Object ^ get(); };
public object RawValue { get; }
member this.RawValue : obj
Public ReadOnly Property RawValue As Object