GetIntArrayValue method

Gets an array of int values from this WSResult.

Syntax
Visual Basic
Public Function GetIntArrayValue( _
   ByVal elementName As String _
) As Integer()
C#
public int[] GetIntArrayValue(
   string  elementName
);
Parameters
  • elementName   The element name in the WSDL document of this value.

Return value

The value.

Exceptions