Operation.PortType Property

Definition

Gets the PortType of which the Operation is a member.

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

A PortType object.

Examples

Operation_5#5

Applies to