WsdlExporter::GeneratedWsdlDocuments Property
.NET Framework (current version)
Gets a collection of ServiceDescription objects after calling one of the export methods.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property ServiceDescriptionCollection^ GeneratedWsdlDocuments { ServiceDescriptionCollection^ get(); }
Property Value
Type: System.Web.Services.Description::ServiceDescriptionCollection^A collection of ServiceDescription objects.
The GeneratedWsdlDocuments property returns documents only as a result of calls to either ExportContract, ExportEndpoint, or ExportEndpoints.
.NET Framework
Available since 3.0
Available since 3.0
Show: