While development we need to see property set to debug.
Following snippet comes handy during that time:
var bsService = TheApplication().GetService(" EAI XML Write to File");
var psOutputs = TheApplication(). NewPropertySet();
psInputs.SetProperty("FileName", "c:\\Propset.xml"); // Location and Name of Property Set file
bsService.InvokeMethod(" WritePropSet",psInputs, psOutputs);
No comments:
Post a Comment