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