WebServicesSection::Diagnostics Property

 

Gets or sets the DiagnosticsElement for the WebServicesSection object.

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

public:
property DiagnosticsElement^ Diagnostics {
	DiagnosticsElement^ get();
	void set(DiagnosticsElement^ value);
}

Property Value

Type: System.Web.Services.Configuration::DiagnosticsElement^

A DiagnosticsElement for the current configuration file.

.NET Framework
Available since 2.0
Return to top
Show: