Message::ServiceDescription Property

 

Gets the ServiceDescription of which the current Message is a member.

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

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

The following example demonstrates the use of the ServiceDescription property.

Message_Samples3#2

.NET Framework
Available since 1.1
Return to top
Show: