Colby,
Thanks for posting the C-FIND & C-Move Gists! It is very appreciated!
I just need clarification with the following line of code from the C-Find Gist:
Console.WriteLine("C-Find Response:\n" + rsp.Dataset.WriteToString());
the highlighted section is not availableas a function under Dataset. I tried "rsp.Dataset.ToString()", but that throws "Object reference not set to an instance of an object."
Thanks again for responding so quickly!