Propriété MailServer.EnableSsl

Gets or sets whether the secure socket layer is enabled.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Mail
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EnableSsl As Boolean 
    Get 
    Set
'Utilisation
Dim instance As MailServer 
Dim value As Boolean 

value = instance.EnableSsl

instance.EnableSsl = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool EnableSsl { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool EnableSsl {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EnableSsl : bool with get, set
function get EnableSsl () : boolean 
function set EnableSsl (value : boolean)

Valeur de propriété

Type : System.Boolean
A Boolean value that indicates the result of the operation, True if Ssl enabled, otherwise False.

Voir aussi

Référence

MailServer Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Mail