Share via


ISql90HttpProtocolSpecifier.SslPort Property

Gets or sets an SSL port number.

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

Syntax

'Declaration
Property SslPort As Integer
    Get
    Set
'Usage
Dim instance As ISql90HttpProtocolSpecifier
Dim value As Integer

value = instance.SslPort

instance.SslPort = value
int SslPort { get; set; }
property int SslPort {
    int get ();
    void set (int value);
}
function get SslPort () : int
function set SslPort (value : int)
abstract SslPort : int with get, set

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ISql90HttpProtocolSpecifier Interface

ISql90HttpProtocolSpecifier Members

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