次の方法で共有


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)

プロパティ値

型: System. . :: . .Boolean