TelemetryHashedProperty(Object) Constructor
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.
Creates the Hashed Object and converts to string. Throws if val is null.
public TelemetryHashedProperty (object val);
new Microsoft.VisualStudio.Telemetry.TelemetryHashedProperty : obj -> Microsoft.VisualStudio.Telemetry.TelemetryHashedProperty
Public Sub New (val As Object)
Parameters
- val
- Object