Opc.Ua.Core
TargetSchema Property



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