Share via


PortsEndpointProtocolOption.PortTypes Property

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

Syntax

'Declaration
Public Property PortTypes As PortTypes
'Usage
Dim instance As PortsEndpointProtocolOption 
Dim value As PortTypes 

value = instance.PortTypes

instance.PortTypes = value
public PortTypes PortTypes { get; set; }
public:
property PortTypes PortTypes {
    PortTypes get ();
    void set (PortTypes value);
}
public function get PortTypes () : PortTypes 
public function set PortTypes (value : PortTypes)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.PortTypes

.NET Framework Security

See Also

Reference

PortsEndpointProtocolOption Class

PortsEndpointProtocolOption Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace