Home
Products & Services
Developers
XML
XML-RPC
Contents Table
On-Line Help
Release Notes
Install Notes
Binaries
Sources
RSS
About
Want to know more?
Use the following form to contact someone at EnAppSys for more information.

XMLRPCStruct Object

See Also   Example   Properties   Methods   Events

Models an XML-RPC Struct structure.

Class Diagram

Remarks

The XML-RPC Struct structure is defined as having a number of values of any type. An XMLRPCStruct object can be created the same way other objects are created. For example:

Dim X As New XMLRPCStruct

Once an XMLRPCStruct object is created, members can be added using one of the nine Add... methods. Specific members can be returned from the collection using the Item, GetValueByName or MemberExists methods, while the entire collection can be iterated using the For Each...Next statement.

Background

The XML-RPC specification details the structure of the XML fragment which this object models as follows:

<struct>
    <member>
        <name><string>State Code</string></name>
        <value><string>MA</string></value>
    </member>
    <member>
        <name><string>State Full Name</string></name>
        <value><string>Massachusetts</string></value>
    </member>
</struct>
Terms of Use, Cookie and Privacy PoliciesAll Materials on this Website are Copyright EnAppSys Ltd. ©2002 - 2012
Registered Office: EnAppSys Ltd, Arnison House, 139B The High Street, Yarm, Stockton-on-Tees TS15 9AY
Registered in England and Wales, Number: 4685938