Share via


ConnectionDetail.ConnectionString Property

Definition

Gets or sets the connection string associated with the connection.

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

Property Value

The connection string associated with the connection.

Attributes

Applies to