ProtocolReflector::Operation Property

 
Use BaseTrue

Gets the abstract Web Services Description Language (WSDL) operation that the protocol reflector is currently generating from a Web service method.

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

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

Property Value

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

The abstract Web Services Description Language (WSDL) operation that the protocol reflector is currently generating from a Web service method

The operation appears as a child of the portType element in a WSDL document. Web service methods are identified by the WebMethodAttribute.

.NET Framework
Available since 1.1
Return to top
Show: