GetSingleValue method

Gets a Single value from this WSResult.

Syntax
Visual Basic
Public Function GetSingleValue( _
   ByVal childName As String _
) As Single
C#
public float  GetSingleValue(
   string  childName
);
Parameters
  • childName   The element name in the WSDL document of this value.

Return value

The value.

Exceptions