GetValueByName Method
See Also Example Applies To
Returns an XMLRPCValue with the passed name.
Syntax
object.GetValueByName (name)
| Part |
Description |
| object |
An object expression that evaluates to an XMLRPCStruct object. |
| name |
Required. A name of a member in the struct. |
Remarks
If the passed name doesn't match any of the names of the members of the struct then a vbXMLRPC_ERROR_MEMBERNOTFOUND error will be thrown.
|