Share via


SMTPConn.ConnectionDescription Property

Returns the localized description of the connection.

Namespace:  Microsoft.SqlServer.Dts.ManagedConnections
Assembly:  Microsoft.SqlServer.ManagedConnections (in Microsoft.SqlServer.ManagedConnections.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Shared ReadOnly Property ConnectionDescription As String 
    Get
'Usage
Dim value As String 

value = SMTPConn.ConnectionDescription
[BrowsableAttribute(false)]
public static string ConnectionDescription { get; }
[BrowsableAttribute(false)]
public:
static property String^ ConnectionDescription {
    String^ get ();
}
[<BrowsableAttribute(false)>]
static member ConnectionDescription : string
static function get ConnectionDescription () : String

Property Value

Type: System.String
A String that contains the localized description of the connection.

See Also

Reference

SMTPConn Class

Microsoft.SqlServer.Dts.ManagedConnections Namespace