'Declaration
<BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <MessagingDescriptionAttribute("Specifies the properties that are going to be used by default when sending messages to the queue referenced by this object.")> Public Property DefaultPropertiesToSend As DefaultPropertiesToSend
'Usage
Dim instance As MessageQueue Dim value As DefaultPropertiesToSend instance.DefaultPropertiesToSend = value value = instance.DefaultPropertiesToSend
[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [MessagingDescription("Specifies the properties that are going to be used by default when sending messages to the queue referenced by this object.")] public DefaultPropertiesToSend DefaultPropertiesToSend {get; set;}
[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [MessagingDescription("Specifies the properties that are going to be used by default when sending messages to the queue referenced by this object.")] public: property DefaultPropertiesToSend^ DefaultPropertiesToSend { DefaultPropertiesToSend^ get(); void set ( DefaultPropertiesToSend^ value); }