Share via


BackupSetInfo.BackupType Property

Definition

Gets or sets enum of the different backup types Possible values include: 'Database', 'TransactionLog', 'File', 'DifferentialDatabase', 'DifferentialFile', 'Partial', 'DifferentialPartial'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to