Share via


ISql90Certificate.IsActiveForBeginDialog Property

Gets or sets whether the certificate is active for begin dialog.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsActiveForBeginDialog As Boolean
    Get
    Set
'Usage
Dim instance As ISql90Certificate
Dim value As Boolean

value = instance.IsActiveForBeginDialog

instance.IsActiveForBeginDialog = value
bool IsActiveForBeginDialog { get; set; }
property bool IsActiveForBeginDialog {
    bool get ();
    void set (bool value);
}
function get IsActiveForBeginDialog () : boolean
function set IsActiveForBeginDialog (value : boolean)
abstract IsActiveForBeginDialog : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90Certificate Interface

ISql90Certificate Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace