Share via


IDTSSendMailTask.ToLine Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly:  Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)

Syntax

'Declaration
Property ToLine As String
    Get
    Set
'Usage
Dim instance As IDTSSendMailTask
Dim value As String

value = instance.ToLine

instance.ToLine = value
string ToLine { get; set; }
property String^ ToLine {
    String^ get ();
    void set (String^ value);
}
abstract ToLine : string with get, set
function get ToLine () : String
function set ToLine (value : String)

Property Value

Type: System.String