System.Xml.Schema.XmlSchemaSet.Count Property

Gets the number of logical XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet.

Syntax

public int Count { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If there are two schemas for the namespace http://www.contoso.com in the System.Xml.Schema.XmlSchemaSet, the XmlSchemaSet.Count property would return 1 because the schemas are treated as a single logical schema for validation purposes. However, if a schema for the namespace http://www.contoso.com/retail imported a schema for the http://www.contoso.com/books namespace, the value of the XmlSchemaSet.Count property would be 2.

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0