StorageSyncErrorDetails.HashedMessage Property

Definition

Gets or sets hashed message of the given entry.

[Newtonsoft.Json.JsonProperty(PropertyName="hashedMessage")]
public string HashedMessage { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hashedMessage")>]
member this.HashedMessage : string with get, set
Public Property HashedMessage As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to