EnableSsl 属性

Gets or sets whether the secure socket layer is enabled.

命名空间:  Microsoft.SqlServer.Management.Smo.Mail
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EnableSsl As Boolean
    Get
    Set
用法
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)

属性值

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