'Declaration
<DefaultValueAttribute()> <MessagingDescriptionAttribute("Represents the information included in the body of the message.")> Public Property Body As Boolean
'Usage
Dim instance As MessagePropertyFilter Dim value As Boolean instance.Body = value value = instance.Body
[DefaultValue()] [MessagingDescription("Represents the information included in the body of the message.")] public bool Body {get; set;}
[DefaultValue()] [MessagingDescription("Represents the information included in the body of the message.")] public: property bool Body { bool get(); void set ( bool value); }