'Declaration
<DefaultValueAttribute()> <MessagingDescriptionAttribute("Message priority affects how MSMQ handles the message while it is in route, as well as where the message is placed in the queue.")> Public Property Priority As MessagePriority
'Usage
Dim instance As DefaultPropertiesToSend Dim value As MessagePriority instance.Priority = value value = instance.Priority
[DefaultValue()] [MessagingDescription("Message priority affects how MSMQ handles the message while it is in route, as well as where the message is placed in the queue.")] public MessagePriority Priority {get; set;}
[DefaultValue()] [MessagingDescription("Message priority affects how MSMQ handles the message while it is in route, as well as where the message is placed in the queue.")] public: property MessagePriority Priority { MessagePriority get(); void set ( MessagePriority value); }