'Declaration
<MessagingDescriptionAttribute("Specifies the machine where the queue referenced by this object is located.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <BrowsableAttribute(False)> Public Property MachineName As String
'Usage
Dim instance As MessageQueue Dim value As String instance.MachineName = value value = instance.MachineName
[MessagingDescription("Specifies the machine where the queue referenced by this object is located.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] public string MachineName {get; set;}
[MessagingDescription("Specifies the machine where the queue referenced by this object is located.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] public: property String^ MachineName { String^ get(); void set ( String^ value); }