MailProfile.Description Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a textual description of the purpose of the mail profile.

Namespace:   Microsoft.SqlServer.Management.Smo.Mail
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)]
public string Description { get; set; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::Standalone | SfcPropertyFlags::Matrix)]
property String^ Description {
    String^ get();
    void set(String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)>]
member Description : string with get, set
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Matrix)>
Public Property Description As String

Property Value

Type: System.String

A String value that contains a textual description of the purpose of the mail profile.

Examples

Legacy Code Example

Using Database Mail

See Also

MailProfile Class
Microsoft.SqlServer.Management.Smo.Mail Namespace

Unable to find linked topic '14cbf88f-d9d1-41a5-994e-532e2973ac9e'.

Return to top