Soap.WSDLBind.IXMLSchemaDefs.SchemaDef

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SchemaDef[Index: Integer]: IXMLSchemaDef read GetXMLSchemaDef; default;

C++

__property Xml::Xmlschema::_di_IXMLSchemaDef SchemaDef[int Index] = {read=GetXMLSchemaDef/*, default*/};

Properties

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

Description

Specifies the schema definition at the specified index in the collection.

Use SchemaDef to obtain the schema definition at the specified index in the collection.

See Also