WsdlExporter::GeneratedWsdlDocuments Property

 

Gets a collection of ServiceDescription objects after calling one of the export methods.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property ServiceDescriptionCollection^ GeneratedWsdlDocuments {
	ServiceDescriptionCollection^ get();
}

The GeneratedWsdlDocuments property returns documents only as a result of calls to either ExportContract, ExportEndpoint, or ExportEndpoints.

.NET Framework
Available since 3.0
Return to top
Show: