TelemetryHashedProperty.StringValue 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 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.
public string StringValue { get; }
member this.StringValue : string
Public ReadOnly Property StringValue As String