MailServer.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.

참고 항목

참조

MailServer 클래스

Microsoft.SqlServer.Management.Smo.Mail 네임스페이스