TelemetryPiiProperty.StringValue Property

Definition

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

Property Value

Applies to