This documentation is archived and is not being maintained.

ProtocolImporter.Warnings Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Public Property Warnings As ServiceDescriptionImportWarnings
[C#]
public ServiceDescriptionImportWarnings Warnings {get; set;}
[C++]
public: __property ServiceDescriptionImportWarnings get_Warnings();
public: __property void set_Warnings(ServiceDescriptionImportWarnings);
[JScript]
public function get Warnings() : ServiceDescriptionImportWarnings;
public function set Warnings(ServiceDescriptionImportWarnings);

See Also

ProtocolImporter Class | ProtocolImporter Members | System.Web.Services.Description Namespace

Show: