Gets an array of complex types value from this WSResult.
Public Function GetArrayValue( ByVal parentName As String ) As WSSerializable()
public WSSerializable[] GetArrayValue(string parentName)
parentName The element name in the WSDL document of this value.
The value.
iAnywhere.QAnywhere.WS.WSException Thrown if there is a problem getting the value.