Gets or sets the communication protocol.

C# | Visual Basic | Visual C++ | J# |
[ObsoleteAttribute("Since 9.7 - The default is multiplex and there are no benefits for using unicast")] public ComType ComType { get; set; }
<ObsoleteAttribute("Since 9.7 - The default is multiplex and there are no benefits for using unicast")> _ Public Property ComType As ComType
[ObsoleteAttribute(L"Since 9.7 - The default is multiplex and there are no benefits for using unicast")] public: property ComType ComType { ComType get (); void set (ComType value); }
/** @property */ /** @attribute ObsoleteAttribute("Since 9.7 - The default is multiplex and there are no benefits for using unicast") */ public ComType get_ComType() /** @property */ /** @attribute ObsoleteAttribute("Since 9.7 - The default is multiplex and there are no benefits for using unicast") */ public void set_ComType(ComType value)