Indicates whether the given property has been set for this message.
Public Function PropertyExists(ByVal propName As String) As Boolean
public bool PropertyExists(string propName)
propName The property name.
True if the property exists.