BackupItem.Log Property

Definition

Gets details regarding this backup. Might contain an error message.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.log")]
public string Log { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.log")>]
member this.Log : string
Public ReadOnly Property Log As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to