Share via


MabContainerExtendedInfo.BackupItems Property

Definition

Gets or sets list of backup items associated with this container.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to