Właściwość EnableSsl
Pobiera lub ustawia, czy włączono secure socket layer.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Mail
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EnableSsl As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System. . :: . .Boolean
Wartość logiczna wskazująca wynik operacji, True włączenie protokołu Ssl, w przeciwnym razie False.