An NDoc Documented Class Library

IMessage.GetShortProperty Method 

Returns the value of the short property with the specified name.

short GetShortProperty(
   string name
);

Parameters

name
The name of the short property.

Return Value

The short property value.

Exceptions

Exception Type Condition
MsgException Thrown when the lookup fails.
MessageFormatException Thrown when the type conversion is invalid.

See Also

IMessage Interface | webMethods.Msg Namespace