ConnectionDetail.SecondaryConnectionString Property

Definition

Gets or sets the secondary connection string associated with the connection.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="SecondaryConnectionString", Order=1003)]
public string SecondaryConnectionString { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="SecondaryConnectionString", Order=1003)>]
member this.SecondaryConnectionString : string with get, set
Public Property SecondaryConnectionString As String

Property Value

The secondary connection string associated with the connection.

Attributes

Applies to