GetBooleanArrayValue method

Gets an array of Boolean values from this WSResult.

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

Return value

The value.

Exceptions