DatabaseBackupSetting.ConnectionStringName Property

Definition

Gets or sets contains a connection string name that is linked to the SiteConfig.ConnectionStrings. This is used during restore with overwrite connection strings options.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to