ServiceDescriptionImporter.Schemas Property

Definition

Gets the XmlSchemas used by the ServiceDescriptions property.

C#
public System.Xml.Serialization.XmlSchemas Schemas { get; }

Property Value

An XmlSchemas object that contains the XML schemas used by the ServiceDescription instances in the ServiceDescriptions collection.

Examples

The following example illustrates the use of the Schemas property.

C#
// Report on the service descriptions.
Console.WriteLine("Importing {0} service descriptions with {1} associated schemas.",
                  importer.ServiceDescriptions.Count, importer.Schemas.Count);

Applies to

Produkt Verzie
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1