Share via


ISql90HttpProtocolSpecifier.ClearPort Property

Gets or sets the clear port.

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

Syntax

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

value = instance.ClearPort

instance.ClearPort = value
int ClearPort { get; set; }
property int ClearPort {
    int get ();
    void set (int value);
}
function get ClearPort () : int
function set ClearPort (value : int)
abstract ClearPort : 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