TelemetryHashedProperty.StringValue 属性

定义

获取要进行哈希处理包含的字符串值。 我们先对值执行 ToString,因为我们需要 InvariantCulture 来保证 double 等值始终生成相同的结果。

public string StringValue { get; }
member this.StringValue : string
Public ReadOnly Property StringValue As String

属性值

适用于