An NDoc Documented Class Library

IMapMessage.GetShort Method 

Returns the short value with the specified name.

short GetShort(
   string name
);

Parameters

name
The name of the short.

Return Value

The short value with the specified name.

Exceptions

Exception Type Condition
MsgException Thrown when unable to get the value.
MessageFormatException Thrown when the type conversion is invalid.

See Also

IMapMessage Interface | webMethods.Msg Namespace