An NDoc Documented Class Library

IMessage.PropertyExists Method 

Indicates whether a property value exists.

bool PropertyExists(
   string name
);

Parameters

name
The name of the property.

Return Value

true if the property exists.

Exceptions

Exception Type Condition
MsgException Thrown when the lookup fails.
ArgumentException Thrown when the property name is null or an empty string.

See Also

IMessage Interface | webMethods.Msg Namespace