ProtocolImporter::Warnings Property

 
Use BaseTrue

Gets or sets a ServiceDescriptionImportWarnings enumeration value that indicates the types of warnings, if any, issued by the protocol importer while generating binding classes.

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

public:
property ServiceDescriptionImportWarnings Warnings {
	ServiceDescriptionImportWarnings get();
	void set(ServiceDescriptionImportWarnings value);
}

Property Value

Type: System.Web.Services.Description::ServiceDescriptionImportWarnings

A ServiceDescriptionImportWarnings enumeration value that indicates the types of warnings, if any, issued by the protocol importer while generating binding classes.

.NET Framework
Available since 1.1
Return to top
Show: