ArcFM Responder Mobile Developer Guide
Properties Property (MSMQClientTransportSink)






Syntax
'Declaration
 
Public Overridable ReadOnly Property Properties As System.Collections.IDictionary
'Usage
 
Dim instance As MSMQClientTransportSink
Dim value As System.Collections.IDictionary
 
value = instance.Properties
public virtual System.Collections.IDictionary Properties {get;}
public read-only property Properties: System.Collections.IDictionary; virtual; 
public function get Properties : System.Collections.IDictionary
public: __property virtual System.Collections.IDictionary* get_Properties();
public:
virtual property System.Collections.IDictionary^ Properties {
   System.Collections.IDictionary^ get();
}
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

Reference

MSMQClientTransportSink Class
MSMQClientTransportSink Members

Send Feedback