System.Messaging Reference (Document! X Sample)
Members 



System.Messaging Namespace : DefaultPropertiesToSend Class
DefaultPropertiesToSend Class
Specifies the default property values that will be used when sending objects other than Message instances to a message queue.
Object Model
DefaultPropertiesToSend ClassMessageQueue ClassMessageQueue ClassMessageQueue Class
Syntax
'Declaration
 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public Class DefaultPropertiesToSend 
'Usage
 
Dim instance As DefaultPropertiesToSend
[TypeConverter("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public class DefaultPropertiesToSend 
[TypeConverter("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public ref class DefaultPropertiesToSend 
Inheritance Hierarchy

System.Object
   System.Messaging.DefaultPropertiesToSend

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also