[TIBCO.EMS .NET Admin client library 8.1 documentation]

Indicates whether or not the EMS message properties are included in messages exported on this transport.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public bool ExportProperties { get; }
Public ReadOnly Property ExportProperties As Boolean
public:
property bool ExportProperties {
	bool get ();
}

Return Value

true if the properties are exported, false otherwise.

See Also