EnableSsl 屬性
命名空間: Microsoft.SqlServer.Management.Smo.Mail
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<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)