Share via


EndpointReference.PortType Property

Gets or sets the port type for the endpoint.

Namespace: Microsoft.Web.Services3.Addressing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim endpointReference1 As EndpointReference

Dim returnValue As PortType
returnValue = endpointReference1.PortType

Dim sampleValue As PortType
endpointReference1.PortType = sampleValue

Syntax

'Declaration
Public Property PortType() As PortType
public PortType PortType {get; set;}
public:
property PortType^ PortType {
    PortType^ get();
    void set(PortType^ value);
}
public PortType get_PortType();
public void set_PortType(PortType);
public function get PortType() : PortType;
public function set PortType(PortType);

Property Value

The PortType for the endpoint.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

EndpointReference Class
EndpointReference Members
Microsoft.Web.Services3.Addressing Namespace