How to determine an Orchestration Name programmatically

Home Page Forums BizTalk 2004 – BizTalk 2010 How to determine an Orchestration Name programmatically

Viewing 1 reply thread
  • Author
    Posts
    • #14913

      Is it possible to determine the name of an orchestration programmatically at runtime (in an expression shape for example)?

      Thanks,
      Brett

    • #14914

      Thanks. That’s exactly what I’m looking for.

      • #14915

        You might want to try adding a reference to Microsoft.XLANGs.Engine.dll, and then try on the expression shape:

        [string] name = Microsoft.XLANGs.Core.Service.RootService.Name

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.