Soap.WSDLBind.ITypes.SchemaDefs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SchemaDefs: IXMLSchemaDefs read GetSchemaDefs;

C++

__property _di_IXMLSchemaDefs SchemaDefs = {read=GetSchemaDefs};

Properties

Type Visibility Source Unit Parent
property public
Soap.WSDLBind.pas
Soap.WSDLBind.hpp
Soap.WSDLBind ITypes

Description

Specifies a collection of schema definitions.

Use SchemaDefs to obtain a collection of schema definitions that describe the actual data-types in the WSDL document.

See Also