I'm more of a vb.net programmer, not much of a C# programmer (just learning). I'm currently beginning a project using IBM MQ for .net and one line of syntax has me a little confused. This is probably a really obvious question, but how do I convert this to vb.net?
I don't know what the "pipe" translates to.
Thanks in advance.
J
Code:
int openOptions = MQC.MQOO_INPUT_AS_Q_DEF | MQC.MQOO_OUTPUT ;
I don't know what the "pipe" translates to.
Thanks in advance.
J