NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlSchemaCollection.Length

Returns the number of namespaces defined in this collection (whether or not there is an actual schema associated with those namespaces or not).

[Visual Basic]
Public ReadOnly Property Length As Integer
[C#]
public int Length {get;}
[C++]
public: __property int get_Length();
[JScript]
public function get Length() : int;

See Also

XmlSchemaCollection Class | XmlSchemaCollection Members | System.Data.XML Namespace