1 write to isTransactional
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
4448this.isTransactional = (props.GetUI1(NativeMethods.QUEUE_PROPID_TRANSACTION) != NativeMethods.QUEUE_TRANSACTIONAL_NONE);
1 reference to isTransactional
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
4454return isTransactional;