FastInfoset.NET Class Reference for .NET
SchemaInfo Property (XmlFastInfosetReader)






Syntax
'Declaration
 
Public ReadOnly Property SchemaInfo As System.Xml.Schema.IXmlSchemaInfo
'Usage
 
Dim instance As XmlFastInfosetReader
Dim value As System.Xml.Schema.IXmlSchemaInfo
 
value = instance.SchemaInfo
public System.Xml.Schema.IXmlSchemaInfo SchemaInfo {get;}
public read-only property SchemaInfo: System.Xml.Schema.IXmlSchemaInfo; 
public function get SchemaInfo : System.Xml.Schema.IXmlSchemaInfo
public: __property System.Xml.Schema.IXmlSchemaInfo* get_SchemaInfo();
public:
property System.Xml.Schema.IXmlSchemaInfo^ SchemaInfo {
   System.Xml.Schema.IXmlSchemaInfo^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members

Send Feedback