Replica message type.
[Visual Basic .NET] Public ReadOnly Property MessageType As esriReplicaMessageType
[C#] public esriReplicaMessageType MessageType {get;}
[C++]
HRESULT get_MessageType(
esriReplicaMessageType* MsgType
);
[C++]Parameters
MsgType [out, retval]MsgType is a parameter of type esriReplicaMessageType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
This property returns the message type of the message file initialized with the ReplicaMessageHandler object. The message can be either a data change message, a data change message with a switch message, or an acknowledgement message. The message type is returned as a value representing the esriReplicaMessageType. See the esriReplicaMessageType enumeration for more information.