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