'Declaration
<MessagingDescriptionAttribute("It is used by receiving applications to verify that a message was the last message sent from a single transaction to a single queue.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public ReadOnly Property IsLastInTransaction As Boolean
[MessagingDescription("It is used by receiving applications to verify that a message was the last message sent from a single transaction to a single queue.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public bool IsLastInTransaction {get;}
[MessagingDescription("It is used by receiving applications to verify that a message was the last message sent from a single transaction to a single queue.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: property bool IsLastInTransaction { bool get(); }