ProtectableItemProperties.ProtectionReadinessErrors Property

Definition

Gets or sets the Current protection readiness errors.

[Newtonsoft.Json.JsonProperty(PropertyName="protectionReadinessErrors")]
public System.Collections.Generic.IList<string> ProtectionReadinessErrors { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="protectionReadinessErrors")>]
member this.ProtectionReadinessErrors : System.Collections.Generic.IList<string> with get, set
Public Property ProtectionReadinessErrors As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to