'Declaration
<DefaultValueAttribute()> <MessagingDescriptionAttribute("Provides an application-defined identifier that the receiving application can use to sort messages.")> Public Property CorrelationId As Boolean
'Usage
Dim instance As MessagePropertyFilter Dim value As Boolean instance.CorrelationId = value value = instance.CorrelationId
[DefaultValue()] [MessagingDescription("Provides an application-defined identifier that the receiving application can use to sort messages.")] public bool CorrelationId {get; set;}
[DefaultValue()] [MessagingDescription("Provides an application-defined identifier that the receiving application can use to sort messages.")] public: property bool CorrelationId { bool get(); void set ( bool value); }