EnableSsl 속성
네임스페이스: Microsoft.SqlServer.Management.Smo.Mail
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public Property EnableSsl As Boolean
Get
Set
‘사용 방법
Dim instance As MailServer
Dim value As Boolean
value = instance.EnableSsl
instance.EnableSsl = value
[SfcPropertyAttribute]
public bool EnableSsl { get; set; }
[SfcPropertyAttribute]
public:
property bool EnableSsl {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute>]
member EnableSsl : bool with get, set
function get EnableSsl () : boolean
function set EnableSsl (value : boolean)