'Declaration
<MessagingDescriptionAttribute("Indicates if the SenderId is to be or has been attached to the message.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <ReadOnlyAttribute(True)> Public Property AttachSenderId As Boolean
'Usage
Dim instance As Message 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.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [ReadOnly(true)] public bool AttachSenderId {get; set;}
[MessagingDescription("Indicates if the SenderId is to be or has been attached to the message.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [ReadOnly(true)] public: property bool AttachSenderId { bool get(); void set ( bool value); }