'Declaration
<MessagingDescriptionAttribute("Indicates if the SenderId is to be or has been attached to the message.")> <DefaultValueAttribute()> Public Property AttachSenderId As Boolean
'Usage
Dim instance As DefaultPropertiesToSend Dim value As Boolean instance.AttachSenderId = value value = instance.AttachSenderId
[MessagingDescription("Indicates if the SenderId is to be or has been attached to the message.")] [DefaultValue()] public bool AttachSenderId {get; set;}
[MessagingDescription("Indicates if the SenderId is to be or has been attached to the message.")] [DefaultValue()] public: property bool AttachSenderId { bool get(); void set ( bool value); }