G
Guest
I am usually able to move between c# and vb without difficulty. However, I
can't get this translation. Can someone show me how you would right the
following lines of code in vb?
object[] operationIds = new object[] { 1 };
object[] result = (object[])clientContext.AccessCheck("Auditstring",
new object[1], operationIds, null, null, null, null,
null);
thanks
can't get this translation. Can someone show me how you would right the
following lines of code in vb?
object[] operationIds = new object[] { 1 };
object[] result = (object[])clientContext.AccessCheck("Auditstring",
new object[1], operationIds, null, null, null, null,
null);
thanks