MessagePropertyFilter Class
Controls and selects the properties that are retrieved when peeking or receiving messages from a message queue.
Syntax
'Declaration <TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")> Public Class MessagePropertyFilter
'Usage Dim instance As MessagePropertyFilter
[TypeConverter("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] public class MessagePropertyFilter
[TypeConverter("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] public ref class MessagePropertyFilter
Inheritance Hierarchy
System.Object
System.Messaging.MessagePropertyFilter
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