ProtectedItem.BackupSetName Property

Definition

Gets or sets name of the backup set the backup item belongs to

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to