TelemetryHashedProperty.StringValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要哈希處理的字串值。 我們會預先設定 ToString 值,因為我們需要 InvariantCulture,以確保 double 之類的值一律會產生相同的結果。
public string StringValue { get; }
member this.StringValue : string
Public ReadOnly Property StringValue As String