'Declaration
<DefaultValueAttribute()> <MessagingDescriptionAttribute("Provides a place to put additional application-defined information that is associated with the message.")> Public Property Extension As Boolean
'Usage
Dim instance As MessagePropertyFilter Dim value As Boolean instance.Extension = value value = instance.Extension
[DefaultValue()] [MessagingDescription("Provides a place to put additional application-defined information that is associated with the message.")] public bool Extension {get; set;}
[DefaultValue()] [MessagingDescription("Provides a place to put additional application-defined information that is associated with the message.")] public: property bool Extension { bool get(); void set ( bool value); }