Port.Service Property

Definition

Gets the Service of which the Port is a member.

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

Property Value

The Service of which the Port is a member.

Examples

PortClass#5

Applies to