|
Home > Archive > BizTalk Server Orchestration > June 2005 > Guid Variables
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Paul J. Lay 2005-06-14, 7:47 am |
| It is possible to create a guid variable and initialize it dynamically in an
orchestration? I notice that system.guid is not exposed in the variables
dialog. Can you tell me how this can be done? Thanks for your help.
Best Regards,
Paul J. Lay
| |
| Scott Colestock 2005-06-14, 5:55 pm |
| This is just a bit confusing because the System namespace is divided among a
couple assemblies. When you choose the type for your variable, drill into
mscorlib - there you will find System.Guid. In an expression shape, just
assign myGuid = System.Guid.NewGuid();
Scott Colestock
www.traceofthought.net
"Paul J. Lay" <pjlay@msn.com> wrote in message
news:OJmMrmNcFHA.1392@TK2MSFTNGP14.phx.gbl...
> It is possible to create a guid variable and initialize it dynamically in
> an orchestration? I notice that system.guid is not exposed in the
> variables dialog. Can you tell me how this can be done? Thanks for your
> help.
>
> Best Regards,
>
> Paul J. Lay
>
| |
| Paul J. Lay 2005-06-14, 5:55 pm |
| Thanks very much for your prompt response. I really appreciate it.
"Scott Colestock" <scolestock@community.nospam> wrote in message
news:%233oTehOcFHA.464@TK2MSFTNGP15.phx.gbl...
> This is just a bit confusing because the System namespace is divided among
> a couple assemblies. When you choose the type for your variable, drill
> into mscorlib - there you will find System.Guid. In an expression shape,
> just assign myGuid = System.Guid.NewGuid();
>
> Scott Colestock
> www.traceofthought.net
>
> "Paul J. Lay" <pjlay@msn.com> wrote in message
> news:OJmMrmNcFHA.1392@TK2MSFTNGP14.phx.gbl...
>
>
|
|
|
|
|