ProtocolReflector.PortType Property

Definition

Gets the Web Services Description Language (WSDL) portType that the protocol reflector is currently generating to be implemented by the binding being generated.

public:
 property System::Web::Services::Description::PortType ^ PortType { System::Web::Services::Description::PortType ^ get(); };
public System.Web.Services.Description.PortType PortType { get; }
member this.PortType : System.Web.Services.Description.PortType
Public ReadOnly Property PortType As PortType

Property Value

The Web Services Description Language (WSDL) portType that the protocol reflector is currently generating to be implemented by the binding being generated.

Applies to