Import::ServiceDescription Property

 

Gets a reference to the ServiceDescription of which the Import is a member.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property ServiceDescription^ ServiceDescription {
	ServiceDescription^ get();
}

Property Value

Type: System.Web.Services.Description::ServiceDescription^

The ServiceDescription of which the Import is a member.

The following example demonstrates the use of the ServiceDescription property.

Importsample#6

.NET Framework
Available since 1.1
Return to top
Show: