Opc.Ua.Core
SchemaSet Property



Opc.Ua.Schema.Xml Namespace > XmlSchemaValidator Class : SchemaSet Property
The schema set that was validated.
Syntax
'Declaration
 
Public ReadOnly Property SchemaSet As XmlSchemaSet
'Usage
 
Dim instance As XmlSchemaValidator
Dim value As XmlSchemaSet
 
value = instance.SchemaSet
public XmlSchemaSet SchemaSet {get;}
public:
property XmlSchemaSet^ SchemaSet {
   XmlSchemaSet^ 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

XmlSchemaValidator Class
XmlSchemaValidator Members