GetXmlCatalog Method

Summary

Returns a stream containing the XML catalog information.

Syntax
C#
VB
C++
protected abstract Stream GetXmlCatalog() 
  
Protected MustOverride Function GetXmlCatalog() As Stream 
protected: 
abstract Stream^ GetXmlCatalog();  

Return Value

A System.IO.Stream containing the XML catalog information.

Remarks

The XML stream will be validated against the schema returned from GetCatalogSchema

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly