XmlSchemaSet::Count Property
.NET Framework (current version)
Gets the number of logical XML Schema definition language (XSD) schemas in the XmlSchemaSet.
Assembly: System.Xml (in System.Xml.dll)
If there are two schemas for the namespace http://www.contoso.com in the XmlSchemaSet, the 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 Count property would be 2.
.NET Framework
Available since 2.0
Available since 2.0
Show: