WsdlExporter.GeneratedWsdlDocuments Свойство

Определение

Возвращает коллекцию объектов ServiceDescription после вызова одного из методов экспорта.

public:
 property System::Web::Services::Description::ServiceDescriptionCollection ^ GeneratedWsdlDocuments { System::Web::Services::Description::ServiceDescriptionCollection ^ get(); };
public System.Web.Services.Description.ServiceDescriptionCollection GeneratedWsdlDocuments { get; }
member this.GeneratedWsdlDocuments : System.Web.Services.Description.ServiceDescriptionCollection
Public ReadOnly Property GeneratedWsdlDocuments As ServiceDescriptionCollection

Значение свойства

Коллекция объектов ServiceDescription.

Комментарии

Свойство GeneratedWsdlDocuments возвращает документы только в результате вызовов ExportContract, ExportEndpoint или ExportEndpoints.

Применяется к