Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MsmqMessageSerializationFormat Enumeration

 

Indicates the formatter that is used to serialize objects that are sent as the body of an MSMQ message.

Namespace:   System.ServiceModel.MsmqIntegration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public enum class MsmqMessageSerializationFormat

Member nameDescription
ActiveX

The ActiveX formatter is used to serialize the object.

Binary

The BinaryFormatter is used to serialize the object.

ByteArray

Serializes the object to an array of bytes.

Stream

Serializes the object to a stream.

Xml

XmlSerializer is used to serialize the object.

The default value is Xml.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft