MemberExists Method
See Also Example Applies To
Returns True if the named member exists in the struct otherwise False.
Syntax
object.MemberExists (name)
| Part |
Description |
| object |
An object expression that evaluates to an XMLRPCStruct object. |
| name |
Required. A name of a member in the struct. |
|