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