| MessageHasElement Method |
| Name | Description | |
|---|---|---|
| HasElement(String) | Obsolete.
Returns true if this message has the element having the specified name
false otherwise.
Deprecated, use HasElement(Name) instead.
| |
| HasElement(Name) |
Returns true if this message has the element having the specified name
false otherwise.
| |
| HasElement(String, Boolean) | Obsolete.
Returns true if this message has the element having the specified name
false otherwise.
Deprecated, use HasElement(Name, Boolean) instead.
| |
| HasElement(Name, Boolean) |
Returns true if this message has the element having the specified name
false otherwise.
|