'Declaration
<DefaultValueAttribute()> <MessagingDescriptionAttribute("It is used by receiving applications to verify that a message was sent from a specific transaction.")> Public Property TransactionId As Boolean
'Usage
Dim instance As MessagePropertyFilter Dim value As Boolean instance.TransactionId = value value = instance.TransactionId
[DefaultValue()] [MessagingDescription("It is used by receiving applications to verify that a message was sent from a specific transaction.")] public bool TransactionId {get; set;}
[DefaultValue()] [MessagingDescription("It is used by receiving applications to verify that a message was sent from a specific transaction.")] public: property bool TransactionId { bool get(); void set ( bool value); }