ArcFM Responder Mobile Developer Guide
ChannelName Property (MSMQChannel)






Syntax
'Declaration
 
Public ReadOnly Property ChannelName As System.String
'Usage
 
Dim instance As MSMQChannel
Dim value As System.String
 
value = instance.ChannelName
public System.string ChannelName {get;}
public read-only property ChannelName: System.String; 
public function get ChannelName : System.String
public: __property System.string* get_ChannelName();
public:
property System.String^ ChannelName {
   System.String^ 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

MSMQChannel Class
MSMQChannel Members

Send Feedback