EBProperty Type
A property of the message.
Remarks
This type holds details about the property of the message.
Fields
Constructors
public EBProperty();
Public EBProperty()
public EBProperty(string name, string value);
Public EBProperty(ByVal Name As String, ByVal Value As String)
public EBProperty(string name, string value, string propertyType);
Public EBProperty(ByVal Name As String, ByVal Value As String, ByVal PropertyType As String)