'DeclarationPublic ReadOnly Property SchemaSet As XmlSchemaSet
'UsageDim instance As XmlSchemaValidator Dim value As XmlSchemaSet value = instance.SchemaSet
public XmlSchemaSet SchemaSet {get;}
public: property XmlSchemaSet^ SchemaSet { XmlSchemaSet^ get(); }