ProtocolReflector::ServiceDescription Property

 
Use BaseTrue

Gets the ServiceDescription object currently being created to contain the binding being generated.

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 object currently being created to contain the binding being generated.

.NET Framework
Available since 1.1
Return to top
Show: